fixed composition check #1433

This commit is contained in:
denisdulici
2020-05-02 15:13:49 +03:00
parent 93e05ea6f5
commit 351faf7cfe
3 changed files with 4 additions and 2 deletions

View File

@@ -4,8 +4,6 @@ namespace App\Traits;
trait Tenants
{
protected $tenantable = true;
public function isTenantable()
{
return (isset($this->tenantable) && ($this->tenantable === true));