X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=module%2FApplication%2Fconfig%2Fmodule.config.php;h=6a300aa471fe6401d5ae9de39005ad454076f89f;hb=7889d92c1550c6122119815ad673d186fee4f415;hp=7321cdea9bdbcd3badd8dfbf64f53c5cf1e4c3dd;hpb=084f05b1578fbdb800518953ef3b1705c68676aa;p=zf2.biz%2Fapplication_blanche.git diff --git a/module/Application/config/module.config.php b/module/Application/config/module.config.php index 7321cde..6a300aa 100644 --- a/module/Application/config/module.config.php +++ b/module/Application/config/module.config.php @@ -20,7 +20,7 @@ return array( ), // Setup for router and routes - 'Zend\Mvc\Router\RouteStack' => array( + 'Zend\Mvc\Router\RouteStackInterface' => array( 'parameters' => array( 'routes' => array( 'default' => array( @@ -95,7 +95,7 @@ return array( // Injecting the router into the url helper 'Zend\View\Helper\Url' => array( 'parameters' => array( - 'router' => 'Zend\Mvc\Router\RouteStack', + 'router' => 'Zend\Mvc\Router\RouteStackInterface', ), ), // Configuration for the doctype helper