Files
2023-05-12 14:10:53 -04:00

3 lines
77 B
PHP

$xml = Xml::fromArray(array('response' => $event_data));
echo $xml->asXML();