From 77c034fc6966209278b0e696827006edafd4d64c Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 7 Nov 2016 09:30:37 +0100 Subject: [PATCH] remove double import --- settings/Application.php | 1 - 1 file changed, 1 deletion(-) diff --git a/settings/Application.php b/settings/Application.php index d0eab02cdd..2f9b786d43 100644 --- a/settings/Application.php +++ b/settings/Application.php @@ -34,7 +34,6 @@ use OC\App\AppStore\Fetcher\AppFetcher; use OC\App\AppStore\Fetcher\CategoryFetcher; use OC\AppFramework\Utility\TimeFactory; use OC\Authentication\Token\IProvider; -use OC\Server; use OC\Files\View; use OC\Server; use OC\Settings\Controller\AppSettingsController;