@@ -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 | { |