]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/JsonLD.php
Standards
[friendica.git] / src / Util / JsonLD.php
index 6ffe9a0a0f6b06dbede9883fe1306020bd63c5bf..866fc2cdf54d532142039db2214ba55b3d8187f0 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
  *
@@ -21,7 +21,7 @@
 
 namespace Friendica\Util;
 
-use Friendica\Core\Cache\Duration;
+use Friendica\Core\Cache\Enum\Duration;
 use Friendica\Core\Logger;
 use Exception;
 use Friendica\DI;