]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Settings/Account.php
Remove obsolete OExchange module and reference
[friendica.git] / src / Module / Settings / Account.php
index 8768115ec326becd1d5195568f2b28a24e1c55a1..df8d41519ca7b961ce96c6ff8b28a33fd7805cfb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -38,9 +38,9 @@ use Friendica\Model\Verb;
 use Friendica\Module\BaseSettings;
 use Friendica\Network\HTTPException;
 use Friendica\Protocol\Activity;
+use Friendica\Protocol\Delivery;
 use Friendica\Util\Network;
 use Friendica\Util\Temporal;
-use Friendica\Worker\Delivery;
 
 class Account extends BaseSettings
 {