added tenantable attribute to models
This commit is contained in:
@ -13,6 +13,8 @@ class Role extends LaratrustRole
|
||||
|
||||
protected $table = 'roles';
|
||||
|
||||
protected $tenantable = false;
|
||||
|
||||
/**
|
||||
* The attributes that are mass assignable.
|
||||
*
|
||||
|
Reference in New Issue
Block a user