Browse Source

Some wording.

Taylor Otwell 10 years ago
parent
commit
50bdd8e33a

+ 1 - 1
app/Http/Controllers/Auth/AuthController.php

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

+ 1 - 1
app/Http/Controllers/Auth/PasswordController.php

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