]> git.mxchange.org Git - friendica-addons.git/blobdiff - dwpost/dwpost.php
Fix use statements
[friendica-addons.git] / dwpost / dwpost.php
index 6a9cfe522b69c82909043b7e493d269d76a7ea8c..d9d06675f687c5a6ba47f79dbbd06daf7fa7fb22 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 dwpost_install() {
        Addon::registerHook('post_local',           'addon/dwpost/dwpost.php', 'dwpost_post_local');