| @@ -2,10 +2,10 @@ | ||
| 2 | 2 | |
| 3 | 3 | namespace Recca0120\Generator\Console; | 
| 4 | 4 | |
| 5 | +use Illuminate\Console\GeneratorCommand as BaseCommand; | |
| 6 | +use Illuminate\Filesystem\Filesystem; | |
| 5 | 7 | use Illuminate\Support\Str; | 
| 6 | 8 | use Recca0120\Generator\Generator; | 
| 7 | -use Illuminate\Filesystem\Filesystem; | |
| 8 | -use Illuminate\Console\GeneratorCommand as BaseCommand; | |
| 9 | 9 | |
| 10 | 10 | abstract class GeneratorCommand extends BaseCommand | 
| 11 | 11 |  { |