Skip to content

Commit

Permalink
auth token issue updated
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 committed Sep 28, 2023
1 parent 4ac810a commit 819cf10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Http/Controllers/AuthenticatedSessionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ class AuthenticatedSessionController extends Controller
/**
* Handle an incoming authentication request.
*
* @param LoginRequest $request
* @return JsonResponse
* @throws ValidationException
*/
public function store(LoginRequest $request): JsonResponse
Expand Down

0 comments on commit 819cf10

Please sign in to comment.