Fixing configuration according with changes done to router initializationThis change...
authorMarco Pivetta <ocramius@gmail.com>
Fri, 3 Feb 2012 00:25:43 +0000 (01:25 +0100)
committerMarco Pivetta <ocramius@gmail.com>
Fri, 3 Feb 2012 00:25:43 +0000 (01:25 +0100)
commit0a995deccf91a47ffd321984b6b2b70f03e8cd28
tree71357839c79b62917bf76d78896c7cd4585c17d8
parentfc842fa8399e83f667574c19eecb701de22dca3a
Fixing configuration according with changes done to router initializationThis change just moves router configuration to instance configuration of the router itself. The change is necessary to allow the router to be injected into other instances of the DiC and to eventually switch the router type to a custom one with own dependencies and eventually completely unaware of the default Zend\Mvc\Router\Http\TreeRouteStack. These changes are related to https://github.com/Ocramius/zf2/compare/zendframework%3A..mvc-router-from-locator
module/Application/config/module.config.php