Pull in the latest laravel upstream updates

This commit is contained in:
Kevin MacMartin 2016-09-08 11:30:08 -04:00
parent 3d186815bc
commit 1c920c8c4c
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
7f06559971cd17f8675c2c4f9898da4a71e743dd 31fce5c503d872c5389ffbbae59310413f9f9966

View file

@ -21,7 +21,7 @@ class LoginController extends Controller
use AuthenticatesUsers; use AuthenticatesUsers;
/** /**
* Where to redirect users after login / registration. * Where to redirect users after login.
* *
* @var string * @var string
*/ */