Skip to content
Snippets Groups Projects
Commit 69c81c4f authored by Demian Katz's avatar Demian Katz
Browse files

Merge pull request #192 from swissbib/feature/console_routing_config

Changed router-configuration
parents bb8715cb e8b47cf7
No related merge requests found
......@@ -9,10 +9,9 @@ $config = array(
'util' => 'VuFindConsole\Controller\UtilController',
),
),
'service_manager' => array(
'allow_override' => true,
'invokables' => array(
'Router' => 'VuFindConsole\Mvc\Router\ConsoleRouter',
'console' => array(
'router' => array(
'router_class' => 'VuFindConsole\Mvc\Router\ConsoleRouter',
),
),
'view_manager' => array(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment