where("tenant", "=", $tenant_id)->where("url", "=", $url)->first(); } public function getTenant() { $tenant = Tenant::query()->where("id", "=", $this->tenant)->firstOrFail(); return $tenant; } }