tambah field untuk phone number perusahaan, phone alarm center dan deskripsi alarm center

This commit is contained in:
2024-07-09 09:24:48 +07:00
parent dc4bc41864
commit 59efa4a140
4 changed files with 65 additions and 1 deletions

View File

@@ -23,7 +23,10 @@ class Corporate extends Model
'help_text',
'active',
'linking_rules',
'automatic_linking'
'automatic_linking',
'phone',
'phone_alarm_canter',
'description_information',
];
protected $casts = [