removed extras #1433
This commit is contained in:
parent
ba6a662793
commit
8120e3f0e3
@ -58,14 +58,4 @@ class Setting extends Eloquent
|
||||
{
|
||||
return $query->where($this->table . '.company_id', '=', $company_id);
|
||||
}
|
||||
|
||||
public function isTenantable()
|
||||
{
|
||||
return (isset($this->tenantable) && ($this->tenantable === true));
|
||||
}
|
||||
|
||||
public function isNotTenantable()
|
||||
{
|
||||
return !$this->isTenantable();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user