Tweak some wording.

This commit is contained in:
Taylor Otwell 2014-11-29 20:14:23 -06:00
parent 50bdd8e33a
commit 6b939c477c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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