diff --git a/src/Bundle/ChillActivityBundle/Entity/Activity.php b/src/Bundle/ChillActivityBundle/Entity/Activity.php index 016c4b6fa..dba4f9c62 100644 --- a/src/Bundle/ChillActivityBundle/Entity/Activity.php +++ b/src/Bundle/ChillActivityBundle/Entity/Activity.php @@ -233,14 +233,9 @@ class Activity implements AccompanyingPeriodLinkedWithSocialIssuesEntityInterfac $descendants = $socialAction->getDescendantsWithThis(); $parent = $socialAction->getParent(); - dump($this->socialActions); - dump($parent); - $parentKey = array_search($parent, $this->socialActions->toArray()); - dump($parentKey); if (false !== $parentKey) { - dump(true); $this->socialActions[$parentKey] = $socialAction; // return $this; }