Update VerificationController.php

This commit is contained in:
Laurence Ioannou 2018-09-07 19:44:33 +10:00 committed by GitHub
parent f1a6729546
commit 8c3e7603eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
namespace App\Http\Controllers\Auth;
use Illuminate\Routing\Controller;
use App\Http\Controllers\Controller;
use Illuminate\Foundation\Auth\VerifiesEmails;
class VerificationController extends Controller