]> git.mxchange.org Git - friendica.git/commitdiff
clean up the used modules
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 5 Nov 2022 15:50:40 +0000 (16:50 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 7 Nov 2022 10:19:33 +0000 (11:19 +0100)
src/Worker/CheckRelMeProfileLink.php

index 691931bdc3426ba4238eb3c6ae7edb813fe6cd75..f1ab25e23188690f87f7e5597a4b2ef531e7e957 100644 (file)
@@ -23,13 +23,11 @@ namespace Friendica\Worker;
 
 use DOMDocument;
 use Friendica\DI;
-use Friendica\Database\DBA;
 use Friendica\Core\Logger;
 use Friendica\Model\Profile;
 use Friendica\Model\User;
 use Friendica\Network\HTTPClient\Client\HttpClientAccept;
 use Friendica\Network\HTTPClient\Client\HttpClientOptions;
-use Friendica\Util\Network;
 use Friendica\Util\Strings;
 
 /* This class is used to verify the homepage link of a user profile.