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

Commit b60c40c

Browse files
committed
Merge branch 'hotfix/delegator-config'
Renames the configuration key `delegator_factories` to the correct `delegators`.
2 parents 6a7dab0 + bb38756 commit b60c40c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5-
## 1.1.4 - TBD
5+
## 1.1.4 - 2016-05-24
66

77
### Added
88

@@ -18,7 +18,9 @@ All notable changes to this project will be documented in this file, in reverse
1818

1919
### Fixed
2020

21-
- Nothing.
21+
- Updates the `ConfigProvider::getDependencyConfig()` to rename the key
22+
`delegator_factories` to `delegators` (as the latter is the key the service
23+
manager looks for).
2224

2325
## 1.1.3 - 2016-05-24
2426

src/ConfigProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function getDependencyConfig()
3737
'ConsoleDefaultRenderingStrategy' => View\DefaultRenderingStrategy::class,
3838
'ConsoleRenderer' => View\Renderer::class,
3939
],
40-
'delegator_factories' => [
40+
'delegators' => [
4141
'Application' => [ Service\ConsoleApplicationDelegatorFactory::class ],
4242
'ControllerManager' => [ Service\ControllerManagerDelegatorFactory::class ],
4343
'ControllerPluginManager' => [ Service\ControllerPluginManagerDelegatorFactory::class ],

0 commit comments

Comments
 (0)