Skip to content

Commit

Permalink
[DI] Autoconfigured controllers for Symfony 6
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed Nov 25, 2024
1 parent ffab0ab commit c83443c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bundle/Resources/config/services/controllers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ services:

Ibexa\Bundle\User\Controller\UserRegisterController:
autowire: true
autoconfigure: true
arguments:
$userActionDispatcher: '@Ibexa\ContentForms\Form\ActionDispatcher\UserDispatcher'
tags: [controller.service_arguments]
Expand All @@ -47,4 +48,5 @@ services:

Ibexa\Bundle\User\Controller\UserInvitationController:
autowire: true
autoconfigure: true
tags: [ controller.service_arguments ]

0 comments on commit c83443c

Please sign in to comment.