Skip to content

Commit de9158a

Browse files
committed
adapt config to new container configuration
1 parent 0d8336e commit de9158a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/Container/Config/ConfigProvider.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ class ConfigProvider
1212
public function __invoke(): array
1313
{
1414
return [
15-
'dependencies' => [
16-
'factories' => [
17-
EventDispatcherInterface::class => EventDispatcherFactory::class,
18-
]
15+
'factories' => [
16+
EventDispatcherInterface::class => EventDispatcherFactory::class,
1917
],
2018
'app-events' => [
2119
// 'event-listeners' => [

0 commit comments

Comments
 (0)