We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f33713 commit ef4d602Copy full SHA for ef4d602
1 file changed
src/Entities/AccessTokenEntity.php
@@ -74,7 +74,7 @@ public function __construct(
74
protected readonly ?array $authorizationDetails = null,
75
protected readonly ?string $boundClientId = null,
76
protected readonly ?string $boundRedirectUri = null,
77
- protected ?string $issuerState = null,
+ protected readonly ?string $issuerState = null,
78
) {
79
$this->setIdentifier($id);
80
$this->setClient($clientEntity);
0 commit comments