fix: sentry 4451028626

This commit is contained in:
Andras Bacsai 2023-09-08 16:19:45 +02:00
parent f6737f21dd
commit 8afa98a1ca

View File

@ -23,6 +23,6 @@ public function server()
public function attachedTo()
{
return $this->applications->count() > 0 || $this->databases->count() > 0;
return $this->applications?->count() > 0 || $this->databases?->count() > 0;
}
}