|
@@ -27,13 +27,11 @@ |
|
|
block discarded – undo |
|
27
|
27
|
|
|
28
|
28
|
use Exception; |
|
29
|
29
|
use OCP\IConfig; |
|
30
|
|
-use OCP\Migration\IRepairStep; |
|
31
|
30
|
use Symfony\Component\Console\Command\Command; |
|
32
|
31
|
use Symfony\Component\Console\Helper\ProgressBar; |
|
33
|
32
|
use Symfony\Component\Console\Input\InputInterface; |
|
34
|
33
|
use Symfony\Component\Console\Input\InputOption; |
|
35
|
34
|
use Symfony\Component\Console\Output\OutputInterface; |
|
36
|
|
-use Symfony\Component\EventDispatcher\EventDispatcher; |
|
37
|
35
|
use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
|
38
|
36
|
use Symfony\Component\EventDispatcher\GenericEvent; |
|
39
|
37
|
|
Please login to merge, or discard this patch.