@@ -18,9 +18,9 @@ |
||
| 18 | 18 | |
| 19 | 19 | public function __call($method, $bar) |
| 20 | 20 | { |
| 21 | - return $this->container->$method( |
|
| 22 | - $this->resourceName |
|
| 23 | - ); |
|
| 21 | + return $this->container->$method( |
|
| 22 | + $this->resourceName |
|
| 23 | + ); |
|
| 24 | 24 | } |
| 25 | 25 | |
| 26 | 26 | public function resourceName() |