Skip to content

Commit

Permalink
Update AuthenticationController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sangnguyenplus authored Oct 3, 2024
1 parent 0af1be3 commit 6626232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/AuthenticationController.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public function logout(Request $request, BaseHttpResponse $response)
*
* @group Authentication
*/
public function checkEmail(CheckEmailRequest $request)
public function checkEmail(CheckEmailRequest $request, BaseHttpResponse $response)
{
return $response
->setData(['exists' => ApiHelper::newModel()->where('email', $request->input('email'))->exists()]);
Expand Down

0 comments on commit 6626232

Please sign in to comment.