mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-09 06:28:28 +03: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…
Add table
Add a link
Reference in a new issue