switch to using getDescendantsWithThis()

This commit is contained in:
2022-03-22 13:45:20 +01:00
parent ea21f2d9c4
commit f09870931c
3 changed files with 7 additions and 10 deletions

View File

@@ -202,7 +202,7 @@ class SocialIssue
}
/**
* @return Collection|self[] All the descendants with the current entity (this)
* @return Collection|self[] All the descendants including the current entity (this)
*/
public function getDescendantsWithThis(): Collection
{