Skip to content

Commit ef4f69e

Browse files
committed
changed migration to anonymous migration
1 parent d7e1aae commit ef4f69e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/database/migrations/create_ms_graph_tokens_table.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use Illuminate\Database\Schema\Blueprint;
55
use Illuminate\Support\Facades\Schema;
66

7-
class create_ms_graph_tokens_table extends Migration
7+
return new class extends Migration
88
{
99
/**
1010
* Run the migrations.
@@ -33,4 +33,4 @@ public function down()
3333
{
3434
Schema::dropIfExists('ms_graph_tokens');
3535
}
36-
}
36+
};

0 commit comments

Comments
 (0)