@@ -42,7 +42,7 @@ |
||
42 | 42 | */ |
43 | 43 | public function render($container = null) |
44 | 44 | { |
45 | - $config = new \Zend\Config\Config( $this->getServiceLocator()->getServiceLocator()->get('Config') ); |
|
45 | + $config = new \Zend\Config\Config($this->getServiceLocator()->getServiceLocator()->get('Config')); |
|
46 | 46 | return $config; |
47 | 47 | } |
48 | 48 |