| @@ -67,7 +67,7 @@ | ||
| 67 | 67 |          foreach ($constructor->getParameters() as $param) { | 
| 68 | 68 | $id = $param->getType() | 
| 69 | 69 | ? $param->getType()->getName() | 
| 70 | - : 'settings.Constructor.' . $constructor->class . '.' . $param->getName(); | |
| 70 | + : 'settings.Constructor.'.$constructor->class.'.'.$param->getName(); | |
| 71 | 71 | |
| 72 | 72 | $ret [] = $this->container->get($id); | 
| 73 | 73 | } | 
| @@ -101,7 +101,7 @@ | ||
| 101 | 101 | |
| 102 | 102 | // not fully namespaced, lets cascade | 
| 103 | 103 |          foreach ($this->cascade as $ns) { | 
| 104 | -            if (class_exists($fully_namespaced = $ns . $class_name)) { | |
| 104 | +            if (class_exists($fully_namespaced = $ns.$class_name)) { | |
| 105 | 105 | $this::$cascade_cache[$class_name] = $fully_namespaced; | 
| 106 | 106 | |
| 107 | 107 | return $fully_namespaced; |