Commit 57a6e1ce authored by Taylor Otwell's avatar Taylor Otwell

Remove properties.

parent 5194a437
...@@ -18,11 +18,4 @@ class AuthController extends Controller { ...@@ -18,11 +18,4 @@ class AuthController extends Controller {
use AuthenticatesAndRegistersUsers; use AuthenticatesAndRegistersUsers;
/**
* Redirect path after registration or login.
*
* @var string
*/
protected $redirectTo = '/home';
} }
...@@ -18,11 +18,4 @@ class PasswordController extends Controller { ...@@ -18,11 +18,4 @@ class PasswordController extends Controller {
use ResetsPasswords; use ResetsPasswords;
/**
* Redirect path after password reset.
*
* @var string
*/
protected $redirectTo = '/home';
} }
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