]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/FriendSuggest.php
New user account type "Channel Relay"
[friendica.git] / src / Module / FriendSuggest.php
index 71d373000ff1e9a8bc25ac4ace64afcb2bdf1644..8567d9ef353e5bebb841959447eb8828c51e8d37 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -32,9 +32,9 @@ use Friendica\DI;
 use Friendica\Model\Contact as ContactModel;
 use Friendica\Network\HTTPException\ForbiddenException;
 use Friendica\Network\HTTPException\NotFoundException;
+use Friendica\Protocol\Delivery;
 use Friendica\Util\Profiler;
 use Friendica\Util\Strings;
-use Friendica\Worker\Delivery;
 use Psr\Log\LoggerInterface;
 
 /**