@@ -35,7 +35,7 @@ |
||
| 35 | 35 | public function createService(ServiceLocatorInterface $serviceLocator) |
| 36 | 36 | { |
| 37 | 37 | |
| 38 | - $routerOptions = array(); |
|
| 38 | + $routerOptions = array(); |
|
| 39 | 39 | $logger = $serviceLocator->has('Logger') ? $serviceLocator->get('Logger') : null; |
| 40 | 40 | $chainRouter = new ChainRouter($logger); |
| 41 | 41 | |