@@ -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 | { |
@@ -63,7 +63,7 @@ |
||
63 | 63 | /** |
64 | 64 | * getStubResource. |
65 | 65 | * |
66 | - * @param string $path |
|
66 | + * @param string $stub |
|
67 | 67 | * @return string |
68 | 68 | */ |
69 | 69 | protected function getStubResource($stub, $folder = 'app') |