Skip to content

Commit 3474e8c

Browse files
committed
formatting
1 parent e1698d7 commit 3474e8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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-
* Show the email verification prompt.
14+
* Show the email verification prompt page.
1515
*/
1616
public function __invoke(Request $request): Response|RedirectResponse
1717
{

app/Http/Controllers/Settings/PasswordController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class PasswordController extends Controller
1515
{
1616
/**
17-
* Display the user's password settings form.
17+
* Show the user's password settings page.
1818
*/
1919
public function edit(Request $request): Response
2020
{

app/Http/Controllers/Settings/ProfileController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class ProfileController extends Controller
1616
{
1717
/**
18-
* Display the user's profile settings form.
18+
* Show the user's profile settings page.
1919
*/
2020
public function edit(Request $request): Response
2121
{

0 commit comments

Comments
 (0)