fix: delete destination
This commit is contained in:
parent
f1da735c40
commit
bcd7697f50
1 changed files with 1 additions and 1 deletions
|
|
@ -55,6 +55,6 @@ public function databases()
|
|||
|
||||
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