Skip to content
Snippets Groups Projects
Commit 41c19732 authored by Dorian Merz's avatar Dorian Merz
Browse files

refs #16284 [finc] fixup module config

parent 647bae75
No related merge requests found
......@@ -16,9 +16,6 @@ $config = [
'finc\Cover\Loader' => 'VuFind\Cover\LoaderFactory',
'finc\Cover\Router' => 'finc\Cover\RouterFactory',
],
'aliases' => [
'MvcTranslator' => 'Zend\Mvc\I18n\Translator',
],
'delegators' => [
'VuFindSearch\Service' => [
'finc\Service\MungerInjectionDelegatorFactory',
......@@ -28,6 +25,7 @@ $config = [
],
],
'aliases' => [
'MvcTranslator' => 'Zend\Mvc\I18n\Translator',
'VuFind\Cache\Manager' => 'finc\Cache\Manager',
'VuFind\ILS\Connection' => 'finc\ILS\Connection',
'VuFind\ILS\Logic\Holds' => 'finc\ILS\Logic\Holds',
......
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