Update to Laravel 5.2

This commit is contained in:
Dane Everitt 2016-01-11 22:04:11 -05:00
parent 02f6bf428e
commit a3eb4b7dc4
6 changed files with 114 additions and 50 deletions

View file

@ -36,13 +36,6 @@ class AuthController extends Controller
*/
protected $redirectPath = '/';
/**
* Failed post-authentication redirect location.
*
* @var string
*/
protected $loginPath = '/auth/login';
/**
* Lockout time for failed login requests.
*