Update zf2 submoudle and Di configuration
[zf2.biz/application_blanche.git] / modules / Application / configs / module.config.php
index 8b9a28d..1d13323 100644 (file)
@@ -26,12 +26,12 @@ return array(
 
             'Zend\View\PhpRenderer' => array(
                 'parameters' => array(
-                        'resolver' => 'Zend\View\TemplatePathStack',
-                        'options'  => array(
-                            'script_paths' => array(
-                                'application' => __DIR__ . '/../views',
-                            ),
+                    'resolver' => 'Zend\View\TemplatePathStack',
+                    'options'  => array(
+                        'script_paths' => array(
+                            'application' => __DIR__ . '/../views',
                         ),
+                    ),
                     'broker' => 'Zend\View\HelperBroker',
                 ),
             ),