@@ -34,7 +34,7 @@ |
||
34 | 34 | public function createService(ServiceLocatorInterface $serviceLocator) |
35 | 35 | { |
36 | 36 | |
37 | - $config = $serviceLocator->get('config'); |
|
37 | + $config = $serviceLocator->get('config'); |
|
38 | 38 | |
39 | 39 | if ($config instanceof Traversable) { |
40 | 40 | $config = ArrayUtils::iteratorToArray($config); |