File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44use Illuminate \Database \Schema \Blueprint ;
55use Illuminate \Support \Facades \Schema ;
66
7- class create_connective_tables extends Migration
7+ return new class extends Migration
88{
99 public function up (): void
1010 {
@@ -25,4 +25,4 @@ public function down(): void
2525 {
2626 Schema::dropIfExists ('connective_relations ' );
2727 }
28- }
28+ };
Original file line number Diff line number Diff line change 1313beforeEach (function () {
1414 Artisan::call ('migrate:fresh ' );
1515
16- include_once __DIR__ .'/../database/migrations/2023_10_11_192125_create_connectives_table.php ' ;
17- (new create_connective_tables )->up ();
16+ // include_once __DIR__.'/../database/migrations/2023_10_11_192125_create_connectives_table.php';
17+ // (new create_connective_tables)->up();
1818
1919 Config::set (
2020 [
You can’t perform that action at this time.
0 commit comments