Skip to content

Commit 38130cf

Browse files
committed
consistency
1 parent b1f738f commit 38130cf

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

app/Http/Controllers/Auth/AuthenticatedSessionController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class AuthenticatedSessionController extends Controller
1515
{
1616
/**
17-
* Display the login page.
17+
* Show the login page.
1818
*/
1919
public function create(): Response
2020
{

app/Http/Controllers/Auth/EmailVerificationPromptController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class EmailVerificationPromptController extends Controller
1212
{
1313
/**
14-
* Display the email verification prompt.
14+
* Show the email verification prompt.
1515
*/
1616
public function __invoke(Request $request): Response|RedirectResponse
1717
{

app/Http/Controllers/Auth/NewPasswordController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
class NewPasswordController extends Controller
1818
{
1919
/**
20-
* Display the password reset page.
20+
* Show the password reset page.
2121
*/
2222
public function create(Request $request): Response
2323
{

app/Http/Controllers/Auth/PasswordResetLinkController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class PasswordResetLinkController extends Controller
1313
{
1414
/**
15-
* Display the password reset link request view.
15+
* Show the password reset link request page.
1616
*/
1717
public function create(Request $request): Response
1818
{

app/Http/Controllers/Auth/RegisteredUserController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
class RegisteredUserController extends Controller
1717
{
1818
/**
19-
* Display the registration page.
19+
* Show the registration page.
2020
*/
2121
public function create(): Response
2222
{

0 commit comments

Comments
 (0)