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

View File

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