Skip to content

Commit

Permalink
v3
Browse files Browse the repository at this point in the history
  • Loading branch information
fenric committed Mar 31, 2024
1 parent 509f010 commit 482a8e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/definitions/router.php
Expand Up @@ -29,7 +29,7 @@
'router.middlewares' => [],
'router.parameter_resolvers' => [],
'router.response_resolvers' => [],
'router.event_listener' => null,
'router.event_dispatcher' => null,

ParameterResolverChainInterface::class => create(ParameterResolverChain::class)
->constructor(
Expand Down Expand Up @@ -72,7 +72,7 @@
loaders: get('router.loaders'),
middlewares: get('router.middlewares'),
referenceResolver: get(ReferenceResolverInterface::class),
eventDispatcher: get('router.event_listener'),
eventDispatcher: get('router.event_dispatcher'),
),

MediaTypeComparatorInterface::class => create(MediaTypeComparator::class),
Expand Down

0 comments on commit 482a8e2

Please sign in to comment.