@@ -90,6 +90,7 @@ |
||
90 | 90 | * Create Anonymizer class. |
91 | 91 | * |
92 | 92 | * @param string $dir |
93 | + * @param string $class |
|
93 | 94 | * |
94 | 95 | * @return void |
95 | 96 | */ |
@@ -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 |