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

Commit 920cbc4

Browse files
committed
preserved old key for ControllerLoader for BC
1 parent 83845cb commit 920cbc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Service/ServiceListenerFactory.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ class ServiceListenerFactory implements FactoryInterface
4444
'factories' => [
4545
'Application' => 'Zend\Mvc\Service\ApplicationFactory',
4646
'Config' => 'Zend\Mvc\Service\ConfigFactory',
47-
'ControllerManager' => 'Zend\Mvc\Service\ControllerManagerFactory',
47+
'ControllerLoader' => 'Zend\Mvc\Service\ControllerLoaderFactory',
48+
'ControllerManager' => 'Zend\Mvc\Service\ControllerManagerFactory',
4849
'ControllerPluginManager' => 'Zend\Mvc\Service\ControllerPluginManagerFactory',
4950
'ConsoleAdapter' => 'Zend\Mvc\Service\ConsoleAdapterFactory',
5051
'ConsoleRouter' => 'Zend\Mvc\Service\RouterFactory',

0 commit comments

Comments
 (0)