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

refs #15687 [master] adjust record controller configuration

parent af76c0a6
No related merge requests found
<?php
namespace finc\Module\Configuration;
use finc\Controller\RecordController;
use VuFind\Controller\AbstractBaseWithConfigFactory;
$config = [
'service_manager' => [
'factories' => [
......@@ -27,10 +30,11 @@ $config = [
'dds' =>
'finc\Controller\Factory::getDocumentDeliveryServiceController',
'my-research' => 'finc\Controller\Factory::getMyResearchController',
'record' => 'finc\Controller\Factory::getRecordController',
RecordController::class => AbstractBaseWithConfigFactory::class,
'resources' => 'finc\Controller\Factory::getAmslResourceController'
],
'aliases' => [
\VuFind\Controller\RecordController::class => RecordController::class,
//'AJAX' => 'finc\Controller\AjaxController',
//'ajax' => 'finc\Controller\AjaxController'
......
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