No known key found for this signature in database
GPG Key ID: 276C2817346D6056
2 changed files with
2 additions and
2 deletions
-
app/Http/Controllers/Auth/RegisterController.php
-
app/Http/Controllers/Auth/ResetPasswordController.php
|
|
@ -27,7 +27,7 @@ class RegisterController extends Controller |
|
|
|
* |
|
|
|
* @var string |
|
|
|
*/ |
|
|
|
protected $redirectTo = '/home'; |
|
|
|
protected $redirectTo = '/dashboard'; |
|
|
|
|
|
|
|
/** |
|
|
|
* Create a new controller instance. |
|
|
|
|
|
@ -25,7 +25,7 @@ class ResetPasswordController extends Controller |
|
|
|
* |
|
|
|
* @var string |
|
|
|
*/ |
|
|
|
protected $redirectTo = '/home'; |
|
|
|
protected $redirectTo = '/dashboard'; |
|
|
|
|
|
|
|
/** |
|
|
|
* Create a new controller instance. |
|
|
|