diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-09-06 21:36:03 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-09-06 21:36:03 +0200 |
commit | 59e5ebf330777f39ea9f1e9a12b3a50af1859ed6 (patch) | |
tree | 29e91a846ad508c97a3fcf772ddbd3674a828174 /apps/files_external/lib/Command/Backends.php | |
parent | 4b8de8ba8e764f43c758fe1c789a5ea48560b48a (diff) | |
download | nextcloud-server-59e5ebf330777f39ea9f1e9a12b3a50af1859ed6.tar.gz nextcloud-server-59e5ebf330777f39ea9f1e9a12b3a50af1859ed6.zip |
Cleanup files_external command imports
Diffstat (limited to 'apps/files_external/lib/Command/Backends.php')
-rw-r--r-- | apps/files_external/lib/Command/Backends.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/files_external/lib/Command/Backends.php b/apps/files_external/lib/Command/Backends.php index b5c1b7f7a54..d05b9fa4a9d 100644 --- a/apps/files_external/lib/Command/Backends.php +++ b/apps/files_external/lib/Command/Backends.php @@ -27,14 +27,8 @@ use OCA\Files_External\Lib\Auth\AuthMechanism; use OCA\Files_External\Lib\Backend\Backend; use OCA\Files_External\Lib\DefinitionParameter; use OCA\Files_External\Service\BackendService; -use Symfony\Component\Console\Command\Command; -use Symfony\Component\Console\Helper\Table; -use Symfony\Component\Console\Helper\TableHelper; -use Symfony\Component\Console\Input\ArrayInput; use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputInterface; -use Symfony\Component\Console\Input\InputOption; -use Symfony\Component\Console\Input\Input; use Symfony\Component\Console\Output\OutputInterface; class Backends extends Base { |