From: Rob Allen Date: Mon, 2 Jul 2012 12:27:05 +0000 (+0100) Subject: Update to match changes in PR 1695 X-Git-Url: http://git.inspyration.org/?p=zf2.biz%2Fgalerie.git;a=commitdiff_plain;h=bc76b2936b8f25a022f56be5be5724fc64323407 Update to match changes in PR 1695 --- diff --git a/module/Application/config/module.config.php b/module/Application/config/module.config.php index a4136d5..0a9e0b4 100644 --- a/module/Application/config/module.config.php +++ b/module/Application/config/module.config.php @@ -44,8 +44,8 @@ return array( ), ), ), - 'controller' => array( - 'classes' => array( + 'controllers' => array( + 'invokables' => array( 'Application\Controller\IndexController' => 'Application\Controller\IndexController' ), ),