Skip to content

Commit cd97ff3

Browse files
authored
Merge pull request #381 from dotkernel/alexmerlin-patch-1
Core sync
2 parents 23ecba3 + dc817ce commit cd97ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/src/Security/src/Entity/OAuthAccessToken.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class OAuthAccessToken implements AccessTokenEntityInterface
3636
private ClientEntityInterface $client;
3737

3838
#[ORM\Column(name: 'user_id', type: 'string', length: 25, nullable: true)]
39-
private ?string $userId;
39+
private ?string $userId = null;
4040

4141
/** @var non-empty-string $token */
4242
#[ORM\Column(name: 'token', type: 'string', length: 100)]

0 commit comments

Comments
 (0)