diff --git a/lib/private/Authentication/LoginCredentials/Store.php b/lib/private/Authentication/LoginCredentials/Store.php index c422927ee63c2..b354611be26d8 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;