Skip to content

Commit 9d40806

Browse files
committed
removing verifiesemail trait , fixes #6
1 parent 85a9b32 commit 9d40806

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/Http/Controllers/VerificationController.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@
33
namespace App\Http\Controllers;
44

55
use App\Models\User;
6-
use Illuminate\Auth\Access\AuthorizationException;
7-
use Illuminate\Foundation\Auth\VerifiesEmails;
86
use Illuminate\Http\Request;
97

108
class VerificationController extends Controller
119
{
1210
//
13-
use VerifiesEmails;
1411

1512
/**
1613
* Mark the authenticated user's email address as verified.

0 commit comments

Comments
 (0)