@@ -75,13 +75,13 @@ |
||
75 | 75 | } |
76 | 76 | |
77 | 77 | |
78 | - /** |
|
79 | - * Creates a token and send email.- api |
|
80 | - * |
|
81 | - * @param \App\Models\User $user |
|
82 | - * |
|
83 | - * @return bool or void |
|
84 | - */ |
|
78 | + /** |
|
79 | + * Creates a token and send email.- api |
|
80 | + * |
|
81 | + * @param \App\Models\User $user |
|
82 | + * |
|
83 | + * @return bool or void |
|
84 | + */ |
|
85 | 85 | public function createTokenAndSendEmailApi(User $user) |
86 | 86 | { |
87 | 87 | $activations = Activation::where('user_id', $user->id) |