]> git.mxchange.org Git - friendica.git/commitdiff
Unused "use" removed
authorMichael <heluecht@pirati.ca>
Thu, 6 Aug 2020 05:52:22 +0000 (05:52 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 6 Aug 2020 05:52:22 +0000 (05:52 +0000)
src/Model/Contact.php

index 684a30912a97e1f8a7238e37eaea388c0b5e674f..d8c479531d8b69f9dec4dc0b7de5cde9c2014e1e 100644 (file)
@@ -21,8 +21,6 @@
 
 namespace Friendica\Model;
 
-use DOMDocument;
-use DOMXPath;
 use Friendica\App\BaseURL;
 use Friendica\Content\Pager;
 use Friendica\Core\Hook;