@@ -2,10 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Arrilot\LaravelDataAnonymization\Commands; |
4 | 4 | |
5 | -use Illuminate\Console\Command; |
|
6 | -use Illuminate\Filesystem\Filesystem; |
|
5 | +use Illuminate\Console\Command; |
|
6 | +use Illuminate\Filesystem\Filesystem; |
|
7 | 7 | use Illuminate\Support\Composer; |
8 | -use Symfony\Component\Console\Input\InputOption; |
|
9 | 8 | |
10 | 9 | class AnonymizationInstallCommand extends Command |
11 | 10 | { |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Arrilot\LaravelDataAnonymization\Commands; |
4 | 4 | |
5 | -use Illuminate\Support\Composer; |
|
6 | -use Illuminate\Filesystem\Filesystem; |
|
5 | +use Illuminate\Support\Composer; |
|
6 | +use Illuminate\Filesystem\Filesystem; |
|
7 | 7 | use Illuminate\Console\GeneratorCommand; |
8 | 8 | |
9 | 9 | class MakeAnonymizerCommand extends GeneratorCommand |