mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-05-16 21:18:23 -04:00
ALPHA 3.0.2a
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ class RegisterControllerArgumentLocatorsPass implements CompilerPassInterface
|
||||
while ($def instanceof ChildDefinition) {
|
||||
$def = $container->findDefinition($def->getParent());
|
||||
$class = $class ?: $def->getClass();
|
||||
$bindings = $def->getBindings();
|
||||
$bindings += $def->getBindings();
|
||||
}
|
||||
$class = $parameterBag->resolveValue($class);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user