Created
October 18, 2016 10:12
-
-
Save introwit/4dcd6cecf4885d13439b5ec416a9d344 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Http\Controllers\Auth; | |
use DB; | |
use Mail; | |
use App\User; | |
use Validator; | |
use Illuminate\Http\Request; | |
use App\Mail\EmailVerification; | |
use App\Http\Controllers\Controller; | |
use Illuminate\Foundation\Auth\RegistersUsers; | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment