Skip to content

Commit

Permalink
Fix DI for ConfirmRegistrationAction
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Feb 5, 2021
1 parent 61a6312 commit a8268ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/registration.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
->args([
new Reference('event_dispatcher'),
new Reference('nucleos_user.user_manager'),
new Reference('twig'),
new Reference('router'),
])

->set(RegistrationConfirmedAction::class)
Expand Down

0 comments on commit a8268ed

Please sign in to comment.