Skip to content

Commit

Permalink
Fix the return type (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
adelynx authored Jul 18, 2022
1 parent 466a585 commit db1e375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/ConfirmedPasswordStatusController.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ConfirmedPasswordStatusController extends Controller
* Get the password confirmation status.
*
* @param \Illuminate\Http\Request $request
* @return \Illuminate\Http\Response
* @return \Illuminate\Http\JsonResponse
*/
public function show(Request $request)
{
Expand Down

0 comments on commit db1e375

Please sign in to comment.