From f41d4f4c0571369ecb8d2e41ba6b94a1314b9281 Mon Sep 17 00:00:00 2001 From: gtbu <30436307+gtbu@users.noreply.github.com> Date: Thu, 23 Feb 2023 13:50:01 +0100 Subject: [PATCH] Allows dynamic prpoerties in same cases #[\AllowDynamicProperties] added --- include/tool/Output/Combine.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tool/Output/Combine.php b/include/tool/Output/Combine.php index 449fa41..dcf5844 100644 --- a/include/tool/Output/Combine.php +++ b/include/tool/Output/Combine.php @@ -5,7 +5,7 @@ namespace gp\tool\Output; defined('is_running') or die('Not an entry point...'); includeFile('thirdparty/JShrink/autoload.php'); - +#[\AllowDynamicProperties] class Combine{