From 9a0953cb9d4d89f0dc8137ab9e78c31e702a4731 Mon Sep 17 00:00:00 2001 From: Brady Miller Date: Sun, 12 Dec 2021 11:31:48 -0800 Subject: [PATCH] php 8.2 fix (#4791) --- src/Common/Crypto/CryptoGen.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Common/Crypto/CryptoGen.php b/src/Common/Crypto/CryptoGen.php index a4681c268..dc85e1af3 100644 --- a/src/Common/Crypto/CryptoGen.php +++ b/src/Common/Crypto/CryptoGen.php @@ -28,6 +28,7 @@ namespace OpenEMR\Common\Crypto; +use AllowDynamicProperties; use OpenEMR\Common\Utils\RandomGenUtils; #[AllowDynamicProperties] -- 2.11.4.GIT