|
@@ -101,7 +101,7 @@ class AddDependencyCallsCompilerPass implements CompilerPassInterface
|
|
}
|
|
}
|
|
|
|
|
|
if (!empty($group['item_adds'])) {
|
|
if (!empty($group['item_adds'])) {
|
|
- $group['items'] = array_merge($groupDefaults[$groupName]['items'], $group['item_adds']);
|
|
|
|
|
|
+ $groups[$groupName]['items'] = array_merge($groups[$groupName]['items'], $group['item_adds']);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|