mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
no longer need this trait out of the box
This commit is contained in:
parent
9ecfa9cf8e
commit
4a44a0d3d5
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user