|
@@ -4,13 +4,13 @@ |
|
|
block discarded – undo |
|
4
|
4
|
|
|
5
|
5
|
use GuzzleHttp\RequestOptions; |
|
6
|
6
|
use Spatie\Crawler\Crawler; |
|
|
7
|
+use Spatie\MixedContentScanner\MixedContentScanner; |
|
7
|
8
|
use Symfony\Component\Console\Command\Command; |
|
8
|
|
-use Symfony\Component\Console\Input\InputOption; |
|
9
|
|
-use Symfony\Component\Console\Style\SymfonyStyle; |
|
10
|
9
|
use Symfony\Component\Console\Input\InputArgument; |
|
11
|
|
-use Spatie\MixedContentScanner\MixedContentScanner; |
|
12
|
10
|
use Symfony\Component\Console\Input\InputInterface; |
|
|
11
|
+use Symfony\Component\Console\Input\InputOption; |
|
13
|
12
|
use Symfony\Component\Console\Output\OutputInterface; |
|
|
13
|
+use Symfony\Component\Console\Style\SymfonyStyle; |
|
14
|
14
|
|
|
15
|
15
|
class ScanCommand extends Command |
|
16
|
16
|
{ |
Please login to merge, or discard this patch.