@@ -33,7 +33,7 @@ |
||
33 | 33 | $this->middleware('guest'); |
34 | 34 | |
35 | 35 | // where to redirect after password was reset |
36 | - $this->redirectTo = property_exists($this, 'redirectTo')? $this->redirectTo : config('backpack.base.route_prefix', 'admin').'/dashboard'; |
|
36 | + $this->redirectTo = property_exists($this, 'redirectTo') ? $this->redirectTo : config('backpack.base.route_prefix', 'admin').'/dashboard'; |
|
37 | 37 | } |
38 | 38 | |
39 | 39 | // ------------------------------------------------------- |