Skip to content
Snippets Groups Projects
Commit c42542a5 authored by Sebastian Kehr's avatar Sebastian Kehr :rowboat_tone2: Committed by Dorian Merz
Browse files

refs #17068 [master-v5]

* fix wrong factory name in finc module config
parent ecb94e9d
No related merge requests found
......@@ -4,7 +4,7 @@ namespace finc\Module\Configuration;
$config = [
'service_manager' => [
'factories' => [
'finc\Cache\Manager' => 'Vufind\Cache\ManagerFactory',
'finc\Cache\Manager' => 'VuFind\Cache\ManagerFactory',
'finc\Config\BranchesReader' => 'VuFind\Config\YamlReaderFactory',
'finc\ILS\Connection' => 'VuFind\ILS\ConnectionFactory',
'finc\ILS\Logic\Holds' => 'VuFind\ILS\Logic\LogicFactory',
......
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