From 7101008905c0341c44fa433f788f6e93c10cb883 Mon Sep 17 00:00:00 2001 From: farhan048 Date: Thu, 16 Feb 2023 15:26:36 +0700 Subject: [PATCH] Add boundary status --- app/Models/HumanResource.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' ]; }