From 1ded89c73e6cb98b8ad59b19d16a145f1ad5a4bb Mon Sep 17 00:00:00 2001 From: Artem Vasilev Date: Tue, 15 Nov 2022 10:38:04 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BE=D0=B1=D1=80=D0=B0=D1=89=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BA?= =?UTF-8?q?=20CP=5FMY=5FSTORE=20=D0=BD=D0=B0=20static?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/CryptoPro.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CryptoPro.php b/src/CryptoPro.php index 438ca62..3caa099 100755 --- a/src/CryptoPro.php +++ b/src/CryptoPro.php @@ -54,7 +54,7 @@ class CryptoPro { $certificates = self::getCertificatesFromStore( CADESCOM_STORE_LOCATION::CURRENT_USER_STORE, - self::CP_MY_STORE, + static::CP_MY_STORE, false ); } @@ -98,7 +98,7 @@ class CryptoPro { $certificates = self::getCertificatesFromStore( CADESCOM_STORE_LOCATION::CONTAINER_STORE, - self::CP_MY_STORE, + static::CP_MY_STORE, false ); }