mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-24 23:08:08 +08:00
Sabre\Xml - call to undefined function
This commit is contained in:
parent
ada4f01ee2
commit
5cbaf80f75
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue