mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
remove dumps
This commit is contained in:
parent
5eea202586
commit
03b0a8766e
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user