tenantable ?? true; return ($tenantable === true) && in_array('company_id', $this->getFillable()); } public function isNotTenantable() { return !$this->isTenantable(); } }