Browse Source

add type_account fillable

pull/1/head
wahyun 8 months ago
parent
commit
e06111927d
  1. 1
      app/Models/Company.php

1
app/Models/Company.php

@ -33,6 +33,7 @@ class Company extends Model
'updated_at', 'updated_at',
'updated_by', 'updated_by',
'cluster', 'cluster',
'type_account',
'date_register' 'date_register'
]; ];
} }

Loading…
Cancel
Save