Skip to content

Commit

Permalink
Merge pull request #2782 from m3skalina/patch-1
Browse files Browse the repository at this point in the history
[Docs] Fix typo in code example in passport.md
  • Loading branch information
drbyte authored Jan 2, 2025
2 parents ee71301 + b7ab3b7 commit af5fc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basic-usage/passport.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Client extends BaseClient implements AuthorizableContract

public function guardName()
{
return 'api'
return 'api';
}
}
```
Expand Down

0 comments on commit af5fc91

Please sign in to comment.