Update for new Zend\Di and Zend\Code stuff
[zf2.biz/application_blanche.git] / modules / Application / configs / module.config.php
index 3b5caf2..8b9a28d 100644 (file)
@@ -25,17 +25,13 @@ return array(
             ),
 
             'Zend\View\PhpRenderer' => array(
-                'methods' => array(
-                    'setResolver' => array(
+                'parameters' => array(
                         'resolver' => 'Zend\View\TemplatePathStack',
                         'options'  => array(
                             'script_paths' => array(
                                 'application' => __DIR__ . '/../views',
                             ),
                         ),
-                    ),
-                ),
-                'parameters' => array(
                     'broker' => 'Zend\View\HelperBroker',
                 ),
             ),