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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2015-12-07 18:43:36 +0300
committerScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2015-12-07 18:43:36 +0300
commit453e1bf66e7edb6e2b3d25a093bf2c7662f209a7 (patch)
treeb77d4215517ff7d9b82ebbeba02da19512a1c892 /settings/controller
parente4c5bf790d670eceac01f2e8c7750182b17123f3 (diff)
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'settings/controller')
-rw-r--r--settings/controller/userscontroller.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/settings/controller/userscontroller.php b/settings/controller/userscontroller.php
index 0164d3bcee7..8ad975fd664 100644
--- a/settings/controller/userscontroller.php
+++ b/settings/controller/userscontroller.php
@@ -27,7 +27,6 @@
namespace OC\Settings\Controller;
use OC\AppFramework\Http;
-use OC\Settings\Factory\SubAdminFactory;
use OC\User\User;
use OCP\App\IAppManager;
use OCP\AppFramework\Controller;