File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 500500 'VuFind\ILS\Driver\PluginManager ' => 'VuFind\ServiceManager\AbstractPluginManagerFactory ' ,
501501 'VuFind\ILS\Logic\AvailabilityStatusManager ' => 'Laminas\ServiceManager\Factory\InvokableFactory ' ,
502502 'VuFind\ILS\Logic\Holds ' => 'VuFind\ILS\Logic\LogicFactory ' ,
503- 'VuFind\ILS\Logic\RecordsHelper ' => 'VuFind\Controller\Plugin\IlsRecordsFactory ' ,
503+ 'VuFind\ILS\Logic\RecordsHelper ' => 'VuFind\ILS\Logic\RecordsHelperFactory ' ,
504504 'VuFind\ILS\Logic\RenewalsHelper ' => 'Laminas\ServiceManager\Factory\InvokableFactory ' ,
505505 'VuFind\ILS\Logic\TitleHolds ' => 'VuFind\ILS\Logic\LogicFactory ' ,
506506 'VuFind\ILS\HoldSettings ' => 'VuFind\ILS\HoldSettingsFactory ' ,
Original file line number Diff line number Diff line change 11<?php
22
33/**
4- * Factory for IlsRecords controller plugin .
4+ * Factory for RecordsHelper .
55 *
66 * PHP version 8
77 *
8- * Copyright (C) Villanova University 2019.
8+ * Copyright (C) Villanova University 2019-2025 .
99 *
1010 * This program is free software; you can redistribute it and/or modify
1111 * it under the terms of the GNU General Public License version 2,
2121 * <https://www.gnu.org/licenses/>.
2222 *
2323 * @category VuFind
24- * @package Controller_Plugins
24+ * @package ILS_Logic
2525 * @author Demian Katz <demian.katz@villanova.edu>
2626 * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License
2727 * @link https://vufind.org Main Page
2828 */
2929
30- namespace VuFind \Controller \ Plugin ;
30+ namespace VuFind \ILS \ Logic ;
3131
3232use Laminas \ServiceManager \Exception \ServiceNotCreatedException ;
3333use Laminas \ServiceManager \Exception \ServiceNotFoundException ;
3636use Psr \Container \ContainerInterface ;
3737
3838/**
39- * Factory for IlsRecords controller plugin .
39+ * Factory for RecordsHelper .
4040 *
4141 * @category VuFind
42- * @package Controller_Plugins
42+ * @package ILS_Logic
4343 * @author Demian Katz <demian.katz@villanova.edu>
4444 * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License
4545 * @link https://vufind.org/wiki/development:plugins:recommendation_modules Wiki
4646 */
47- class IlsRecordsFactory implements FactoryInterface
47+ class RecordsHelperFactory implements FactoryInterface
4848{
4949 /**
5050 * Create an object
You can’t perform that action at this time.
0 commit comments