We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72afeaf commit e0311cbCopy full SHA for e0311cb
src/Core/src/Security/src/Entity/OAuthAccessToken.php
@@ -62,6 +62,7 @@ class OAuthAccessToken implements AccessTokenEntityInterface
62
public function __construct()
63
{
64
$this->scopes = new ArrayCollection();
65
+ $this->userId = null;
66
}
67
68
public function setId(int $id): self
0 commit comments