Skip to content

Commit c1ea3c6

Browse files
committed
phpDocs: modify the action type
1 parent 9a3f006 commit c1ea3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controllers/RegisterController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function registerAction(): RedirectResponse
9898

9999
$authenticator->startLogin($user);
100100

101-
// If an action has been defined for login, start it up.
101+
// If an action has been defined for register, start it up.
102102
$hasAction = $authenticator->startUpAction('register', $user);
103103
if ($hasAction) {
104104
return redirect()->to('auth/a/show');

0 commit comments

Comments
 (0)