Update to match changes in PR 1695
authorRob Allen <rob@akrabat.com>
Mon, 2 Jul 2012 12:27:05 +0000 (13:27 +0100)
committerRob Allen <rob@akrabat.com>
Mon, 2 Jul 2012 12:27:05 +0000 (13:27 +0100)
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'
         ),
     ),