]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/APContact.php
Merge pull request #11278 from annando/receiver-name
[friendica.git] / src / Model / APContact.php
index a919a67f30e740c88d1e2e13b7d5bd73be34a9ae..b519655e13bbe97e57377a5e12ae3505957bac40 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -22,7 +22,7 @@
 namespace Friendica\Model;
 
 use Friendica\Content\Text\HTML;
-use Friendica\Core\Cache\Duration;
+use Friendica\Core\Cache\Enum\Duration;
 use Friendica\Core\Logger;
 use Friendica\Core\System;
 use Friendica\Database\DBA;