Skip to content

Commit

Permalink
Fix zendframework#5959 MvcTranslator Problem
Browse files Browse the repository at this point in the history
  • Loading branch information
noopable committed Mar 13, 2014
1 parent 7e0fc77 commit bc5732b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/Zend/Mvc/Service/ServiceListenerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class ServiceListenerFactory implements FactoryInterface
'ViewResolver' => 'Zend\Mvc\Service\ViewResolverFactory',
'ViewTemplateMapResolver' => 'Zend\Mvc\Service\ViewTemplateMapResolverFactory',
'ViewTemplatePathStack' => 'Zend\Mvc\Service\ViewTemplatePathStackFactory',
'Zend\I18n\Translator\TranslatorInterface' => 'Zend\I18n\Translator\TranslatorServiceFactory',
),
'aliases' => array(
'Configuration' => 'Config',
Expand Down

0 comments on commit bc5732b

Please sign in to comment.