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

Correct service name.

parent 3540a887
No related merge requests found
......@@ -242,7 +242,7 @@ class Factory
*/
public static function getSideFacetsDeferred(ServiceManager $sm)
{
return new SideFacetsDeferred($sm->get('VuFind\Config'));
return new SideFacetsDeferred($sm->get('VuFind\Config\PluginManager'));
}
/**
......
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