Some wording.

This commit is contained in:
Taylor Otwell 2014-11-29 16:57:46 -06:00
parent 7afa27927f
commit 50bdd8e33a
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ class AuthController extends Controller {
use AuthenticatesAndRegistersUsers; use AuthenticatesAndRegistersUsers;
/** /**
* The path to send users after registration or login. * Where to redirect after registration or login.
* *
* @var string * @var string
*/ */

View File

@ -19,7 +19,7 @@ class PasswordController extends Controller {
use ResetsPasswords; use ResetsPasswords;
/** /**
* The path to send users after passwords are reset. * Where to redirect after password reset.
* *
* @var string * @var string
*/ */