wip
This commit is contained in:
@@ -20,23 +20,6 @@ class Branch extends Model
|
||||
*/
|
||||
protected $table = 'branches';
|
||||
|
||||
/**
|
||||
* The attributes that are mass assignable.
|
||||
*
|
||||
* @var array<int, string>
|
||||
*/
|
||||
protected $fillable = [
|
||||
'name',
|
||||
'region',
|
||||
'province_id',
|
||||
'unique_code',
|
||||
'billing_username',
|
||||
'billing_password',
|
||||
'address',
|
||||
'phone_numbers',
|
||||
'active',
|
||||
];
|
||||
|
||||
/**
|
||||
* Translatable fields
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user