Skip to content

Commit e379f79

Browse files
authored
Merge pull request #410 from kenjis/fix-docs-revokeAllAccessTokens
docs: fix `revokeAllAccessTokens()` sample code
2 parents 1c137d1 + 2136183 commit e379f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ token, you would need to get the user's access tokens and delete them manually.
240240
You can revoke all access tokens with the `revokeAllAccessTokens()` method.
241241

242242
```php
243-
$user->revokeAllAccessTokens($token);
243+
$user->revokeAllAccessTokens();
244244
```
245245

246246
### Retrieving Access Tokens

0 commit comments

Comments
 (0)