Skip to content
Snippets Groups Projects
Commit fa578382 authored by Demian Katz's avatar Demian Katz
Browse files

Adjust controller plugin names.

parent f6b39b57
No related merge requests found
......@@ -158,12 +158,12 @@ $config = [
'flashmessenger' => 'VuFind\Controller\Plugin\Factory::getFlashMessenger',
'followup' => 'VuFind\Controller\Plugin\Factory::getFollowup',
'holds' => 'VuFind\Controller\Plugin\Factory::getHolds',
'newitems' => 'VuFind\Controller\Plugin\Factory::getNewItems',
'newItems' => 'VuFind\Controller\Plugin\Factory::getNewItems',
'ILLRequests' => 'VuFind\Controller\Plugin\Factory::getILLRequests',
'permission' => 'VuFind\Controller\Plugin\Factory::getPermission',
'recaptcha' => 'VuFind\Controller\Plugin\Factory::getRecaptcha',
'reserves' => 'VuFind\Controller\Plugin\Factory::getReserves',
'result-scroller' => 'VuFind\Controller\Plugin\Factory::getResultScroller',
'resultScroller' => 'VuFind\Controller\Plugin\Factory::getResultScroller',
'storageRetrievalRequests' => 'VuFind\Controller\Plugin\Factory::getStorageRetrievalRequests',
],
'invokables' => [
......
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