From d49da294b30062305009c1896ca519297a5ed5f4 Mon Sep 17 00:00:00 2001 From: Adam Magness Date: Fri, 10 Nov 2017 00:26:41 -0500 Subject: [PATCH] Add uses added DomXPath and SimpleXMLElement --- src/Util/Xml.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Util/Xml.php b/src/Util/Xml.php index a88a834abb..8be1478edb 100644 --- a/src/Util/Xml.php +++ b/src/Util/Xml.php @@ -5,6 +5,9 @@ */ namespace Friendica\Util; +use DomXPath; +use SimpleXmMLElement; + /** * @brief This class contain methods to work with XML data */