Skip to content

Commit 319739a

Browse files
committed
fix: property for $last_used_at
1 parent 6c64ec7 commit 319739a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entities/AccessToken.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Represents a single Personal Access Token, used
1414
* for authenticating users for an API.
1515
*
16-
* @property Time|null $last_used_at
16+
* @property Time|null|string $last_used_at
1717
*/
1818
class AccessToken extends Entity
1919
{

0 commit comments

Comments
 (0)