Skip to content

Commit af5fc91

Browse files
authored
Merge pull request #2782 from m3skalina/patch-1
[Docs] Fix typo in code example in passport.md
2 parents ee71301 + b7ab3b7 commit af5fc91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basic-usage/passport.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Client extends BaseClient implements AuthorizableContract
2929

3030
public function guardName()
3131
{
32-
return 'api'
32+
return 'api';
3333
}
3434
}
3535
```

0 commit comments

Comments
 (0)