]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/updater/Updater.php
Optimize and cleanup imports
[github/shaarli/Shaarli.git] / application / updater / Updater.php
index 55251a30bb732405b32cbf6474054a5853bbd99f..f12e351673640ddff963981d1232543a4f17979a 100644 (file)
@@ -2,12 +2,12 @@
 
 namespace Shaarli\Updater;
 
-use ApplicationUtils;
 use Exception;
 use RainTPL;
 use ReflectionClass;
 use ReflectionException;
 use ReflectionMethod;
+use Shaarli\ApplicationUtils;
 use Shaarli\Bookmark\LinkDB;
 use Shaarli\Bookmark\LinkFilter;
 use Shaarli\Config\ConfigJson;