@@ -7,8 +7,6 @@ |
||
| 7 | 7 | /** |
| 8 | 8 | * Get the migration stub file. |
| 9 | 9 | * |
| 10 | - * @param string $table |
|
| 11 | - * @param bool $create |
|
| 12 | 10 | * @return string |
| 13 | 11 | */ |
| 14 | 12 | protected function getStub($t, $c) |
@@ -2,11 +2,11 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Spatie\Sluggable; |
| 4 | 4 | |
| 5 | -use Throwable; |
|
| 6 | 5 | use Illuminate\Console\Command; |
| 7 | -use Illuminate\Support\Composer; |
|
| 8 | 6 | use Illuminate\Database\Eloquent\Model; |
| 9 | 7 | use Illuminate\Database\Migrations\Migrator; |
| 8 | +use Illuminate\Support\Composer; |
|
| 9 | +use Throwable; |
|
| 10 | 10 | |
| 11 | 11 | class SlugThemAll extends Command |
| 12 | 12 | { |