diff --git a/src/Events/AccessTokenCreated.php b/src/Events/AccessTokenCreated.php index bcaf0d65..48f7c707 100644 --- a/src/Events/AccessTokenCreated.php +++ b/src/Events/AccessTokenCreated.php @@ -14,7 +14,7 @@ class AccessTokenCreated /** * The ID of the user associated with the token. * - * @var string + * @var string|int|null */ public $userId;