aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/updater/Updater.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/updater/Updater.php')
-rw-r--r--application/updater/Updater.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/updater/Updater.php b/application/updater/Updater.php
index 89f0ff7f..f12e3516 100644
--- a/application/updater/Updater.php
+++ b/application/updater/Updater.php
@@ -2,12 +2,12 @@
2 2
3namespace Shaarli\Updater; 3namespace Shaarli\Updater;
4 4
5use Shaarli\ApplicationUtils;
6use Exception; 5use Exception;
7use RainTPL; 6use RainTPL;
8use ReflectionClass; 7use ReflectionClass;
9use ReflectionException; 8use ReflectionException;
10use ReflectionMethod; 9use ReflectionMethod;
10use Shaarli\ApplicationUtils;
11use Shaarli\Bookmark\LinkDB; 11use Shaarli\Bookmark\LinkDB;
12use Shaarli\Bookmark\LinkFilter; 12use Shaarli\Bookmark\LinkFilter;
13use Shaarli\Config\ConfigJson; 13use Shaarli\Config\ConfigJson;