diff --git a/module/finc/config/module.config.php b/module/finc/config/module.config.php index babf9b01b08f308ae2c0645381be52e3bf597f49..7ff72940c256459a274e279d92698682853ba51e 100644 --- a/module/finc/config/module.config.php +++ b/module/finc/config/module.config.php @@ -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',