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

Eliminate invokables from VuFindTheme config.

parent 89947e5e
No related merge requests found
...@@ -67,16 +67,16 @@ class Module ...@@ -67,16 +67,16 @@ class Module
'factories' => [ 'factories' => [
'VuFindTheme\MixinGenerator' => 'VuFindTheme\MixinGenerator' =>
'VuFindTheme\Module::getMixinGenerator', 'VuFindTheme\Module::getMixinGenerator',
'VuFindTheme\Mobile' =>
'Zend\ServiceManager\Factory\InvokableFactory',
'VuFindTheme\ResourceContainer' =>
'Zend\ServiceManager\Factory\InvokableFactory',
'VuFindTheme\ThemeCompiler' => 'VuFindTheme\ThemeCompiler' =>
'VuFindTheme\Module::getThemeCompiler', 'VuFindTheme\Module::getThemeCompiler',
'VuFindTheme\ThemeGenerator' => 'VuFindTheme\ThemeGenerator' =>
'VuFindTheme\Module::getThemeGenerator', 'VuFindTheme\Module::getThemeGenerator',
'VuFindTheme\ThemeInfo' => 'VuFindTheme\Module::getThemeInfo', 'VuFindTheme\ThemeInfo' => 'VuFindTheme\Module::getThemeInfo',
], ],
'invokables' => [
'VuFindTheme\Mobile' => 'VuFindTheme\Mobile',
'VuFindTheme\ResourceContainer' => 'VuFindTheme\ResourceContainer',
],
]; ];
} }
......
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