Skip to content

Commit 82aa4ed

Browse files
committed
Renamed factory
1 parent cd8ae4c commit 82aa4ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/module.config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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' => [

src/HtMobileTemplateModule/View/Resolver/Factory/PathStackResolverFactory.php renamed to src/HtMobileTemplateModule/View/Resolver/Factory/PathStackFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Zend\ServiceManager\ServiceLocatorInterface;
66
use Zend\View\Resolver\TemplatePathStack;
77

8-
class PathStackResolverFactory implements FactoryInterface
8+
class PathStackFactory implements FactoryInterface
99
{
1010
public function createService(ServiceLocatorInterface $resolvers)
1111
{

0 commit comments

Comments
 (0)