Update 2024_08_02_025714_create_categories_table.php

This commit is contained in:
Truong Vo 2024-08-06 16:11:43 +07:00
parent 8125ab8e16
commit 3adc832da7
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ return new class extends Migration
],
[
'c_code' => 'WFH',
'c_name' => 'Work For Home',
'c_name' => 'Work From Home',
'c_type' => 'REASON',
'c_value' => null,
'c_active' => 1,