Skip to content

Commit

Permalink
Update return type (#50252)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirRezaM75 committed Feb 26, 2024
1 parent 5f8684b commit 7786835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Auth/TokenGuard.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function user()
/**
* Get the token for the current request.
*
* @return string
* @return string|null
*/
public function getTokenForRequest()
{
Expand Down

0 comments on commit 7786835

Please sign in to comment.