@@ -29,7 +29,7 @@ |
||
| 29 | 29 | try { |
| 30 | 30 | $this->instances[$id] = call_user_func($this->container_stack[$id], $this); |
| 31 | 31 | } catch (Exception $e) { |
| 32 | - throw new ContainerException($e->getMessage() . " - Tried to call {$id}"); |
|
| 32 | + throw new ContainerException($e->getMessage()." - Tried to call {$id}"); |
|
| 33 | 33 | } |
| 34 | 34 | } |
| 35 | 35 | return $this->instances[$id]; |