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