Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-09-07 23:06:17 +0300
committerOlivier Paroz <github@oparoz.com>2015-09-07 23:06:17 +0300
commitbbdc4d6a5b728bdcff680b7de66b336dc476828f (patch)
treea9ebbd2c06f2e3a96b77321281978b94ebb05cd1 /appinfo
parent812c24e735ede2be70af5d618f5626504e872db7 (diff)
Unit tests for ConfigParser
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/application.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/application.php b/appinfo/application.php
index a2859daf..c212a372 100644
--- a/appinfo/application.php
+++ b/appinfo/application.php
@@ -25,6 +25,7 @@ use OCP\IContainer;
use OCP\AppFramework\App;
use OCP\AppFramework\IAppContainer;
+use OCA\Gallery\Config\ConfigParser;
use OCA\Gallery\Controller\PageController;
use OCA\Gallery\Controller\ConfigController;
use OCA\Gallery\Controller\ConfigPublicController;
@@ -39,7 +40,6 @@ use OCA\Gallery\Environment\Environment;
use OCA\Gallery\Preview\Preview;
use OCA\Gallery\Service\SearchFolderService;
use OCA\Gallery\Service\ConfigService;
-use OCA\Gallery\Service\ConfigParser;
use OCA\Gallery\Service\SearchMediaService;
use OCA\Gallery\Service\ThumbnailService;
use OCA\Gallery\Service\PreviewService;