Skip to content
This repository was archived by the owner on Jan 1, 2020. It is now read-only.

Commit 8223f73

Browse files
Pirate DunbarPirate Dunbar
authored andcommitted
Use the TranslatorServiceFactory from the Zend\Mvc\Service instead. props weierophinney
1 parent 279987e commit 8223f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/Application/config/module.config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
'Zend\Log\LoggerAbstractServiceFactory',
5959
),
6060
'factories' => array(
61-
'translator' => 'Zend\I18n\Translator\TranslatorServiceFactory',
61+
'translator' => 'Zend\Mvc\Service\TranslatorServiceFactory',
6262
),
6363
),
6464
'translator' => array(

0 commit comments

Comments
 (0)