From 95feaeb607070bd927f8b42de2ab792ebe5bbdae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E9=87=91=E5=8B=87?= Date: Fri, 8 Aug 2025 08:59:48 +0800 Subject: [PATCH] * [misc] Compatible with PHP8.4 --- framework/api/entry.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/api/entry.class.php b/framework/api/entry.class.php index 5855654651..2a23de07d1 100644 --- a/framework/api/entry.class.php +++ b/framework/api/entry.class.php @@ -12,6 +12,7 @@ * May you find forgiveness for yourself and forgive others. * May you share freely, never taking more than you give. */ +#[AllowDynamicProperties] class entry extends baseEntry { public function __construct() @@ -31,6 +32,7 @@ class entry extends baseEntry * The baseEntry class file of ZenTao API. * */ +#[AllowDynamicProperties] class baseEntry { /**