Skip to content

Commit

Permalink
Improve token guard return type (#1579)
Browse files Browse the repository at this point in the history
  • Loading branch information
axlon authored Sep 29, 2022
1 parent 7a514cc commit 5a26d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Guards/TokenGuard.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public function validate(array $credentials = [])
/**
* Get the client for the incoming request.
*
* @return mixed
* @return \Laravel\Passport\Client|null
*/
public function client()
{
Expand Down

0 comments on commit 5a26d6c

Please sign in to comment.