]> git.mxchange.org Git - friendica.git/commitdiff
Add uses
authorAdam Magness <adam.magness@gmail.com>
Fri, 10 Nov 2017 05:26:41 +0000 (00:26 -0500)
committerAdam Magness <adam.magness@gmail.com>
Fri, 10 Nov 2017 05:26:41 +0000 (00:26 -0500)
added DomXPath and SimpleXMLElement

src/Util/Xml.php

index a88a834abbe7a2cdb731758750d4331284688e58..8be1478edb7fc0eddc7c5a7c5f62e8d78e09ef86 100644 (file)
@@ -5,6 +5,9 @@
  */
 namespace Friendica\Util;
 
+use DomXPath;
+use SimpleXmMLElement;
+
 /**
  * @brief This class contain methods to work with XML data
  */