@@ -5,7 +5,6 @@ |
||
5 | 5 | use Codengine\CustomMigrations\Commands\ResetCommand; |
6 | 6 | use Codengine\CustomMigrations\Commands\RollbackCommand; |
7 | 7 | use Illuminate\Database\MigrationServiceProvider; |
8 | -use Illuminate\Support\ServiceProvider; |
|
9 | 8 | |
10 | 9 | class CustomMigrationsServiceProvider extends MigrationServiceProvider { |
11 | 10 | /** |