mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
switch to using getDescendantsWithThis()
This commit is contained in:
@@ -169,7 +169,7 @@ class SocialAction
|
||||
}
|
||||
|
||||
/**
|
||||
* @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
|
||||
{
|
||||
|
Reference in New Issue
Block a user