From d50f7a5b6522417dd9aadcb000decdc786b583de Mon Sep 17 00:00:00 2001 From: gtbu <30436307+gtbu@users.noreply.github.com> Date: Fri, 24 Feb 2023 13:39:40 +0100 Subject: [PATCH] php8.2 Dynamic Properties are deprecated Dynamic Properties are deprecated --- include/admin/Layout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/admin/Layout.php b/include/admin/Layout.php index 042f911..45887e6 100644 --- a/include/admin/Layout.php +++ b/include/admin/Layout.php @@ -37,7 +37,7 @@ $gpOutConf = [] of output functions/classes.. to use with the theme content */ - +#[\AllowDynamicProperties] class Layout extends \gp\admin\Addon\Install{ public $curr_layout;