@@ -22,8 +22,6 @@ |
||
| 22 | 22 | |
| 23 | 23 | namespace OC\Files\Config; |
| 24 | 24 | |
| 25 | -use Doctrine\DBAL\Exception\UniqueConstraintViolationException; |
|
| 26 | -use OC\Files\Filesystem; |
|
| 27 | 25 | use OCA\Files_Sharing\SharedMount; |
| 28 | 26 | use OCP\DB\QueryBuilder\IQueryBuilder; |
| 29 | 27 | use OCP\Files\Config\ICachedMountInfo; |
@@ -27,13 +27,8 @@ |
||
| 27 | 27 | use OCA\Files_External\Lib\DefinitionParameter; |
| 28 | 28 | use OCA\Files_External\Service\BackendService; |
| 29 | 29 | use Symfony\Component\Console\Command\Command; |
| 30 | -use Symfony\Component\Console\Helper\Table; |
|
| 31 | -use Symfony\Component\Console\Helper\TableHelper; |
|
| 32 | -use Symfony\Component\Console\Input\ArrayInput; |
|
| 33 | 30 | use Symfony\Component\Console\Input\InputArgument; |
| 34 | 31 | use Symfony\Component\Console\Input\InputInterface; |
| 35 | -use Symfony\Component\Console\Input\InputOption; |
|
| 36 | -use Symfony\Component\Console\Input\Input; |
|
| 37 | 32 | use Symfony\Component\Console\Output\OutputInterface; |
| 38 | 33 | |
| 39 | 34 | class Backends extends Base { |