Completed
Pull Request — master (#61)
by
unknown
05:15
created
src/Actions/Migration/DeleteMigrationAction.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Mtolhuys\LaravelSchematics\Actions\Migration;
4 4
 
5
-use Illuminate\Support\Str;
6 5
 use Illuminate\Support\Facades\File;
7
-use Mtolhuys\LaravelSchematics\Http\Requests\DeleteRelationRequest;
6
+use Illuminate\Support\Str;
8 7
 use Mtolhuys\LaravelSchematics\Actions\Migration\Traits\DeletesMigrations;
8
+use Mtolhuys\LaravelSchematics\Http\Requests\DeleteRelationRequest;
9 9
 
10 10
 class DeleteMigrationAction
11 11
 {
Please login to merge, or discard this patch.