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

Activate Zend\Router module.

parent a059f7e2
Branches
Tags
No related merge requests found
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
// Set up modules: // Set up modules:
$modules = [ $modules = [
'ZfcRbac', 'VuFindTheme', 'VuFindSearch', 'VuFind', 'VuFindAdmin', 'VuFindApi' 'Zend\Router', 'ZfcRbac', 'VuFindTheme', 'VuFindSearch', 'VuFind', 'VuFindAdmin',
'VuFindApi'
]; ];
if (PHP_SAPI == 'cli' && !defined('VUFIND_PHPUNIT_RUNNING')) { if (PHP_SAPI == 'cli' && !defined('VUFIND_PHPUNIT_RUNNING')) {
$modules[] = 'VuFindConsole'; $modules[] = 'VuFindConsole';
......
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