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 { /**