aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/User/Disable.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-02-14 22:23:07 +0100
committerGitHub <noreply@github.com>2018-02-14 22:23:07 +0100
commit236086c457672742eb3ff57acf66587549b69345 (patch)
tree3cfb6ba2ff831cf94d37a14c740de6e281795b62 /core/Command/User/Disable.php
parenta966d5256c14a9481dcf4d23c2b0b7466183e8e8 (diff)
parentd3d045dd5c5af5f29268727afe63f3c53d22af6c (diff)
downloadnextcloud-server-236086c457672742eb3ff57acf66587549b69345.tar.gz
nextcloud-server-236086c457672742eb3ff57acf66587549b69345.zip
Merge pull request #8335 from nextcloud/remove-unused-import
Remove unused import statements
Diffstat (limited to 'core/Command/User/Disable.php')
-rw-r--r--core/Command/User/Disable.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Command/User/Disable.php b/core/Command/User/Disable.php
index 94be87e6ee0..7c6e8315702 100644
--- a/core/Command/User/Disable.php
+++ b/core/Command/User/Disable.php
@@ -22,7 +22,6 @@
namespace OC\Core\Command\User;
-use OCP\IUser;
use OCP\IUserManager;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputInterface;