Merge pull request #4756 from laurencei/master

[5.7] Update VerificationController
This commit is contained in:
Taylor Otwell 2018-09-07 08:36:30 -05:00 committed by GitHub
commit cdb0362b4e
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