diff --git a/app/Models/HumanResource.php b/app/Models/HumanResource.php index 4647aa2..222a835 100644 --- a/app/Models/HumanResource.php +++ b/app/Models/HumanResource.php @@ -32,6 +32,7 @@ class HumanResource extends Model 'created_by', 'updated_at', 'updated_by', - 'divisi_id' + 'divisi_id', + 'status_boundary' ]; }