Skip to content

Commit

Permalink
Update HasApiTokens.php (#1698)
Browse files Browse the repository at this point in the history
  • Loading branch information
axlon authored Nov 16, 2023
1 parent 6dab7d0 commit eb78ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HasApiTokens.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function createToken($name, array $scopes = [])
/**
* Set the current access token for the user.
*
* @param \Laravel\Passport\Token|\Laravel\Passport\TransientToken $accessToken
* @param \Laravel\Passport\Token|\Laravel\Passport\TransientToken|null $accessToken
* @return $this
*/
public function withAccessToken($accessToken)
Expand Down

0 comments on commit eb78ec6

Please sign in to comment.