Update view listener to pass vars to layout
[zf2.biz/application_blanche.git] / module / Application / config / module.config.php
index 9f266c0..ef54756 100644 (file)
@@ -1,7 +1,8 @@
 <?php
 return array(
-    'layout' => 'layouts/layout.phtml',
-    'di'     => array(
+    'layout'                => 'layouts/layout.phtml',
+    'display_exceptions'    => true,
+    'di'                    => array(
         'instance' => array(
             'alias' => array(
                 'index' => 'Application\Controller\IndexController',