Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / http-kernel / DependencyInjection / RegisterControllerArgumentLocatorsPass.php
index cb88594e3a042e11c6ac7babfc995df72fdac2eb..cb05f6fbeb4e137ced091100c6142bbf361f1427 100644 (file)
@@ -60,7 +60,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);