aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/private/Authentication/LoginCredentials/Store.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Authentication/LoginCredentials/Store.php b/lib/private/Authentication/LoginCredentials/Store.php
index c422927ee63..b354611be26 100644
--- a/lib/private/Authentication/LoginCredentials/Store.php
+++ b/lib/private/Authentication/LoginCredentials/Store.php
@@ -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;