Browse Source

Add boundary status

pull/3/head
farhan048 2 years ago
parent
commit
7101008905
  1. 3
      app/Models/HumanResource.php

3
app/Models/HumanResource.php

@ -32,6 +32,7 @@ class HumanResource extends Model
'created_by',
'updated_at',
'updated_by',
'divisi_id'
'divisi_id',
'status_boundary'
];
}

Loading…
Cancel
Save