From 55284c42cb55193be7b8f194b00cad00e8240966 Mon Sep 17 00:00:00 2001 From: Brady McDonough Date: Thu, 15 Feb 2024 15:54:26 -0700 Subject: [PATCH] Oops $ --- src/Factory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Factory.php b/src/Factory.php index 5e832dd..07df3d7 100644 --- a/src/Factory.php +++ b/src/Factory.php @@ -41,7 +41,7 @@ class Factory $this->csrfClock ); !is_null($this->totpClock) ? : $this->totpClock = new Clock(); - !is_null($this->$hash) ? : $this->hash = new HMAC_SHA1(); + !is_null($this->hash) ? : $this->hash = new HMAC_SHA1(); } public function userManagement(mixed $userIndex): UserManagement