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

Removed configuration for non-existent code.

parent 7ca63603
No related merge requests found
...@@ -356,9 +356,6 @@ $config = array( ...@@ -356,9 +356,6 @@ $config = array(
'factories' => array( 'factories' => array(
'jstree' => 'VuFind\Hierarchy\TreeRenderer\Factory::getJSTree' 'jstree' => 'VuFind\Hierarchy\TreeRenderer\Factory::getJSTree'
), ),
'invokables' => array(
'fancytree' => 'VuFind\Hierarchy\TreeRenderer\FancyTree'
)
), ),
'ils_driver' => array( 'ils_driver' => array(
'abstract_factories' => array('VuFind\ILS\Driver\PluginFactory'), 'abstract_factories' => array('VuFind\ILS\Driver\PluginFactory'),
......
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