Files
2022-10-27 16:57:05 -04:00

3 lines
72 B
PHP

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