Merge pull request #4747 from eliurkis/patch-1

Remove unnecessary use on verification controller
This commit is contained in:
Taylor Otwell 2018-09-05 08:25:18 -05:00 committed by GitHub
commit 8c41eae200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
namespace App\Http\Controllers\Auth; namespace App\Http\Controllers\Auth;
use Illuminate\Http\Request;
use Illuminate\Routing\Controller; use Illuminate\Routing\Controller;
use Illuminate\Foundation\Auth\VerifiesEmails; use Illuminate\Foundation\Auth\VerifiesEmails;