@@ -18,13 +18,13 @@ |
||
| 18 | 18 | $this->middleware('web'); |
| 19 | 19 | } |
| 20 | 20 | |
| 21 | - /** |
|
| 22 | - * User Account Restore. |
|
| 23 | - * |
|
| 24 | - * @param string $token |
|
| 25 | - * |
|
| 26 | - * @return \Illuminate\Http\Response |
|
| 27 | - */ |
|
| 21 | + /** |
|
| 22 | + * User Account Restore. |
|
| 23 | + * |
|
| 24 | + * @param string $token |
|
| 25 | + * |
|
| 26 | + * @return \Illuminate\Http\Response |
|
| 27 | + */ |
|
| 28 | 28 | public function userReActivate($token) |
| 29 | 29 | { |
| 30 | 30 | $userKeys = new ProfilesController(); |