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

Commit a65ae36

Browse files
committed
Merge branch 'ptahdunbar-master'
2 parents 10442d9 + 8223f73 commit a65ae36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

module/Application/config/module.config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
'Zend\Cache\Service\StorageCacheAbstractServiceFactory',
5858
'Zend\Log\LoggerAbstractServiceFactory',
5959
),
60-
'aliases' => array(
61-
'translator' => 'MvcTranslator',
60+
'factories' => array(
61+
'translator' => 'Zend\Mvc\Service\TranslatorServiceFactory',
6262
),
6363
),
6464
'translator' => array(

0 commit comments

Comments
 (0)