Skip to content

Commit ef4d602

Browse files
committed
Make property readonly
1 parent 5f33713 commit ef4d602

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Entities/AccessTokenEntity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function __construct(
7474
protected readonly ?array $authorizationDetails = null,
7575
protected readonly ?string $boundClientId = null,
7676
protected readonly ?string $boundRedirectUri = null,
77-
protected ?string $issuerState = null,
77+
protected readonly ?string $issuerState = null,
7878
) {
7979
$this->setIdentifier($id);
8080
$this->setClient($clientEntity);

0 commit comments

Comments
 (0)