Allow dynamic properties in XEXMLParser

This commit is contained in:
Kijin Sung 2025-05-17 13:06:54 +09:00
parent e0ba5aa5b6
commit 8c87d9ee1d

View file

@ -5,6 +5,7 @@ namespace Rhymix\Framework\Parsers;
/** /**
* Generic XML parser that produces output identical to XE's XML parser. * Generic XML parser that produces output identical to XE's XML parser.
*/ */
#[\AllowDynamicProperties]
class XEXMLParser class XEXMLParser
{ {
/** /**