Skip to content

Commit

Permalink
fix: readonly removed
Browse files Browse the repository at this point in the history
Signed-off-by: yemkareems <yemkareems@gmail.com>
  • Loading branch information
yemkareems committed Oct 28, 2024
1 parent de14601 commit b56692d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/Authentication/LoginCredentials/Store.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Store implements IStore {
public function __construct(
ISession $session,
LoggerInterface $logger,
private readonly ICrypto $crypto,
private ICrypto $crypto,
?IProvider $tokenProvider = null,
) {
$this->session = $session;
Expand Down

0 comments on commit b56692d

Please sign in to comment.