Skip to content
Snippets Groups Projects
Commit d9eaa707 authored by Sebastian Kehr's avatar Sebastian Kehr :rowboat_tone2:
Browse files

refs #16715 [master-v5] fix wrong name in ils hold logic service factory definition

parent 2b505824
No related merge requests found
......@@ -12,7 +12,7 @@ $config = [
'VuFind\Cache\Manager' => 'finc\Service\Factory::getCacheManager',
'VuFind\BranchesReader' => 'finc\Service\Factory::getBranchesReader',
'VuFind\ILS\Connection' => 'finc\Service\Factory::getILSConnection',
'VuFind\ILS\Logic\Hold' => 'finc\Service\Factory::getILSHoldLogic',
'VuFind\ILS\Logic\Holds' => 'finc\Service\Factory::getILSHoldLogic',
'finc\Rewrite' => 'finc\Rewrite\Factory',
'VuFind\Export' => 'finc\Service\Factory::getExport',
'VuFind\SessionManager' => 'finc\Session\ManagerFactory',
......
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