Update to match changes in PR 1695
[zf2.biz/galerie.git] / module / Application / config / module.config.php
index a4136d5..0a9e0b4 100644 (file)
@@ -44,8 +44,8 @@ return array(
             ),
         ),
     ),
-    'controller' => array(
-        'classes' => array(
+    'controllers' => array(
+        'invokables' => array(
             'Application\Controller\IndexController' => 'Application\Controller\IndexController'
         ),
     ),