added tenantable attribute to models
This commit is contained in:
@ -14,6 +14,8 @@ class Company extends Eloquent
|
||||
|
||||
protected $table = 'companies';
|
||||
|
||||
protected $tenantable = false;
|
||||
|
||||
protected $dates = ['deleted_at'];
|
||||
|
||||
protected $fillable = ['domain', 'enabled'];
|
||||
|
Reference in New Issue
Block a user