]> 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 89f0ff7f18cc46b4316dd74d24d3e16314f4a693..f12e351673640ddff963981d1232543a4f17979a 100644 (file)
@@ -2,12 +2,12 @@
 
 namespace Shaarli\Updater;
 
-use Shaarli\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;