fixed composition check #1433
This commit is contained in:
@@ -4,8 +4,6 @@ namespace App\Traits;
|
||||
|
||||
trait Tenants
|
||||
{
|
||||
protected $tenantable = true;
|
||||
|
||||
public function isTenantable()
|
||||
{
|
||||
return (isset($this->tenantable) && ($this->tenantable === true));
|
||||
|
||||
Reference in New Issue
Block a user