fix: sentry 4451028626
This commit is contained in:
parent
f6737f21dd
commit
8afa98a1ca
1 changed files with 1 additions and 1 deletions
|
|
@ -23,6 +23,6 @@ public function server()
|
||||||
|
|
||||||
public function attachedTo()
|
public function attachedTo()
|
||||||
{
|
{
|
||||||
return $this->applications->count() > 0 || $this->databases->count() > 0;
|
return $this->applications?->count() > 0 || $this->databases?->count() > 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue