Commit 4a44a0d3 authored by Taylor Otwell's avatar Taylor Otwell

no longer need this trait out of the box

parent 9ecfa9cf
......@@ -5,7 +5,6 @@ namespace App\Http\Controllers\Auth;
use App\User;
use Validator;
use App\Http\Controllers\Controller;
use Illuminate\Foundation\Auth\ThrottlesLogins;
use Illuminate\Foundation\Auth\AuthenticatesAndRegistersUsers;
class AuthController extends Controller
......@@ -21,7 +20,7 @@ class AuthController extends Controller
|
*/
use AuthenticatesAndRegistersUsers, ThrottlesLogins;
use AuthenticatesAndRegistersUsers;
/**
* Where to redirect users after login / registration.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment