Sabre\Xml - call to undefined function

This commit is contained in:
the-djmaze 2022-09-05 22:01:25 +02:00
parent ada4f01ee2
commit 5cbaf80f75

View file

@ -97,6 +97,7 @@ class KeyValue implements Xml\Element
*/
public static function xmlDeserialize(Xml\Reader $reader): array
{
require_once __DIR__ . '/../Deserializer/functions.php';
return Deserializer\keyValue($reader);
}
}