Skip to content

Commit

Permalink
AllowDynamicProperties attribute added to Event.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Simounet committed Jan 10, 2024
1 parent 1f34b82 commit a465c28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Event.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a465c28

Please sign in to comment.