|
@@ -28,11 +28,9 @@ |
|
|
block discarded – undo |
|
28
|
28
|
|
|
29
|
29
|
use OC_App; |
|
30
|
30
|
use OCP\Console\ConsoleEvent; |
|
31
|
|
-use OCP\Defaults; |
|
32
|
31
|
use OCP\IConfig; |
|
33
|
32
|
use OCP\IRequest; |
|
34
|
33
|
use Symfony\Component\Console\Application as SymfonyApplication; |
|
35
|
|
-use Symfony\Component\Console\Input\ArgvInput; |
|
36
|
34
|
use Symfony\Component\Console\Input\InputInterface; |
|
37
|
35
|
use Symfony\Component\Console\Input\InputOption; |
|
38
|
36
|
use Symfony\Component\Console\Output\OutputInterface; |
Please login to merge, or discard this patch.