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

refs #16072 [fid_adlr] create instance specific zend module stub

parent 20434a17
Branches
Tags
No related merge requests found
......@@ -21,21 +21,6 @@
namespace fid_adlr\Module\Configuration;
$config = [
'controllers' => [
// 'factories' => [
// 'fid_bbi\Controller\FeedbackController' => 'VuFind\Controller\AbstractBaseFactory',
// 'fid_bbi\Controller\SearchController' => 'VuFind\Controller\AbstractBaseFactory',
// 'fid_bbi\Controller\RecordController' => 'VuFind\Controller\AbstractBaseWithConfigFactory',
// ],
// 'aliases' => [
// 'feedback' => 'fid_bbi\Controller\FeedbackController',
// 'Feedback' => 'fid_bbi\Controller\FeedbackController',
// 'Search' => 'fid_bbi\Controller\SearchController',
// 'search' => 'fid_bbi\Controller\SearchController',
// 'Record' => 'fid_bbi\Controller\RecordController',
// 'record' => 'fid_bbi\Controller\RecordController',
// ],
],
'vufind' => [
'plugin_managers' => [
'recorddriver' => [
......
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