where(Tenancy::tenantKeyColumn(), $this->getTenantKey()); } public function exists($table, $column = 'NULL') { return (new Exists($table, $column))->where(Tenancy::tenantKeyColumn(), $this->getTenantKey()); } }