We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee71301 + b7ab3b7 commit af5fc91Copy full SHA for af5fc91
docs/basic-usage/passport.md
@@ -29,7 +29,7 @@ class Client extends BaseClient implements AuthorizableContract
29
30
public function guardName()
31
{
32
- return 'api'
+ return 'api';
33
}
34
35
```
0 commit comments