Skip to content

Commit

Permalink
changed migration to anonymous migration
Browse files Browse the repository at this point in the history
  • Loading branch information
dcblogdev committed Feb 2, 2023
1 parent d7e1aae commit ef4f69e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/database/migrations/create_ms_graph_tokens_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

class create_ms_graph_tokens_table extends Migration
return new class extends Migration
{
/**
* Run the migrations.
Expand Down Expand Up @@ -33,4 +33,4 @@ public function down()
{
Schema::dropIfExists('ms_graph_tokens');
}
}
};

0 comments on commit ef4f69e

Please sign in to comment.