Added company_id to fillable array for Media model
This commit is contained in:
parent
873d25c742
commit
13ac31caa8
@ -13,4 +13,6 @@ class Media extends BaseMedia
|
||||
protected $tenantable = true;
|
||||
|
||||
protected $dates = ['deleted_at'];
|
||||
|
||||
protected $fillable = ['company_id'];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user