Skip to content

Commit

Permalink
Fix DI
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Jun 12, 2023
1 parent ea5e31f commit 27277bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Bundle/Resources/config/services/dispatcher.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

<service id="sylius.event_handler.operation" class="Sylius\Component\Resource\Symfony\EventDispatcher\OperationEventHandler">
<argument type="service" id="sylius.routing.redirect_handler" />
<argument type="service" id="sylius.helper.flash" />
</service>
<service id="Sylius\Component\Resource\Symfony\EventDispatcher\OperationEventHandlerInterface" alias="sylius.event_handler.operation" />
</services>
Expand Down

0 comments on commit 27277bc

Please sign in to comment.