File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/HtMobileTemplateModule/View/Resolver/Factory Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212 'resolvers_plugin_manager ' => [
1313 'factories ' => [
1414 'media_map ' => 'HtMobileTemplateModule\View\Resolver\Factory\MapFactory ' ,
15- 'media_path_stack ' => 'HtMobileTemplateModule\View\Resolver\Factory\PathStackResolverFactory ' ,
15+ 'media_path_stack ' => 'HtMobileTemplateModule\View\Resolver\Factory\PathStackFactory ' ,
1616 ]
1717 ],
1818 'resolvers ' => [
Original file line number Diff line number Diff line change 55use Zend \ServiceManager \ServiceLocatorInterface ;
66use Zend \View \Resolver \TemplatePathStack ;
77
8- class PathStackResolverFactory implements FactoryInterface
8+ class PathStackFactory implements FactoryInterface
99{
1010 public function createService (ServiceLocatorInterface $ resolvers )
1111 {
You can’t perform that action at this time.
0 commit comments