Skip to content

Commit 583a633

Browse files
committed
feat: (LAR-107) Suppression des commentaire
1 parent e3dfba4 commit 583a633

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

resources/views/livewire/pages/auth/verify-email.blade.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
99
new class extends Component
1010
{
11-
/**
12-
* Send an email verification notification to the user.
13-
*/
1411
public function sendVerification(): void
1512
{
1613
if (Auth::user()->hasVerifiedEmail()) {
@@ -24,9 +21,6 @@ public function sendVerification(): void
2421
Session::flash('status', 'verification-link-sent');
2522
}
2623
27-
/**
28-
* Log the current user out of the application.
29-
*/
3024
public function logout(Logout $logout): void
3125
{
3226
$logout();

0 commit comments

Comments
 (0)