]> git.mxchange.org Git - friendica-addons.git/blobdiff - ijpost/ijpost.php
Fix use statements
[friendica-addons.git] / ijpost / ijpost.php
index ffafa5ee919e5628ca44d47c9b0a8f6d2c4f2a3a..cd4d72cdd8bdc62e7444d12d8b7d985d2a25f2f2 100644 (file)
@@ -11,8 +11,8 @@
 use Friendica\Core\Addon;
 use Friendica\Core\L10n;
 use Friendica\Core\PConfig;
+use Friendica\Util\DateTimeFormat;
 use Friendica\Util\Network;
-use Friendica\Util\Temporal;
 
 function ijpost_install() {
     Addon::registerHook('post_local',           'addon/ijpost/ijpost.php', 'ijpost_post_local');