Commit 50bdd8e3 authored by Taylor Otwell's avatar Taylor Otwell

Some wording.

parent 7afa2792
...@@ -19,7 +19,7 @@ class AuthController extends Controller { ...@@ -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
*/ */
......
...@@ -19,7 +19,7 @@ class PasswordController extends Controller { ...@@ -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
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment