Skip to content

Commit

Permalink
Update README.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkGhostHunter authored Jul 26, 2024
1 parent f2c2792 commit 2caac30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use Laragear\TokenAction\Facades\Token;

$token = Token::until('tomorrow');

return "Confirm the invite using this code: $token->value";
return "Confirm the invite using this code: $token";
```

Use them for one-time actions like confirming invites or voting, which after consumed are no longer valid.
Expand Down

0 comments on commit 2caac30

Please sign in to comment.