Merge remote-tracking branch 'origin/staging' into origin/production

This commit is contained in:
Server D3 Linksehat
2024-10-14 11:31:59 +07:00
91 changed files with 2823 additions and 12555 deletions

View File

@@ -21,6 +21,10 @@ class Organization extends Model
'corporate_id_partner',
'phone',
'email',
'operational_day',
'operational_hour',
'operational_day_other',
'operational_hour_other',
];
// public $with = [

View File

@@ -25,6 +25,7 @@ class User extends Authenticatable
protected $connection = 'mysql';
protected $fillable = [
'organization_id',
'person_id',
'name',
'email',