@@ -89,7 +89,7 @@ |
||
89 | 89 | // Get parameter type, if exists |
90 | 90 | $id = $param->getType() |
91 | 91 | ? $param->getType()->getName() |
92 | - : 'settings.Constructor.' . $constructor->class . '.' . $param->getName(); |
|
92 | + : 'settings.Constructor.'.$constructor->class.'.'.$param->getName(); |
|
93 | 93 | |
94 | 94 | // Get resource with Id and append to return array |
95 | 95 | $ret [] = $this->container->get($id); |