Skip to content

Commit

Permalink
Merge pull request #141 from bhargavraviya/changed/migration
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin authored Nov 9, 2023
2 parents 915dbe1 + 4708427 commit e853806
Showing 1 changed file with 2 additions and 2 deletions.
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 CreatePasswordResetsTable extends Migration
return new class extends Migration
{
/**
* Run the migrations.
Expand All @@ -29,4 +29,4 @@ public function down()
{
Schema::dropIfExists('password_resets');
}
}
};

0 comments on commit e853806

Please sign in to comment.