From 77f9c4c049d062ce30414c79f4b0389dcfd34c60 Mon Sep 17 00:00:00 2001 From: Simounet Date: Wed, 10 Jan 2024 21:28:18 +0100 Subject: [PATCH] AllowDynamicProperties attribute added to Event.class.php --- Event.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Event.class.php b/Event.class.php index 2ec78b91..c4b191ff 100644 --- a/Event.class.php +++ b/Event.class.php @@ -6,6 +6,7 @@ @description: Classe de gestion des évenements/news liés a chaques flux RSS/ATOM */ +#[\AllowDynamicProperties] class Event extends MysqlEntity{ protected $id,$title,$guid,$content,$description,$pubdate,$link,$feed,$category,$creator,$unread,$favorite,$syncId;