Skip to content

Commit

Permalink
Allow null as $registrationForm in RegisterController
Browse files Browse the repository at this point in the history
  • Loading branch information
stloyd committed Feb 23, 2024
1 parent 08c7d47 commit cdca255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Connect/RegisterController.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function __construct(
FormFactoryInterface $formFactory,
Environment $twig,
string $grantRule,
string $registrationForm,
?string $registrationForm,
?AccountConnectorInterface $accountConnector,
?RegistrationFormHandlerInterface $formHandler
) {
Expand Down

0 comments on commit cdca255

Please sign in to comment.