Browse Source

resolve conflict

pull/3/head
farhan048 1 year ago
parent
commit
a72135a55b
  1. 3
      app/Models/HumanResource.php

3
app/Models/HumanResource.php

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

Loading…
Cancel
Save