Skip to content

Commit f11d295

Browse files
Update 2014_10_12_100000_create_password_resets_table.php (#223)
1 parent cf6e83a commit f11d295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: stubs/migrations/2014_10_12_100000_create_password_resets_table.php

+2-2
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 CreatePasswordResetsTable extends Migration
7+
return new class extends Migration
88
{
99
/**
1010
* Run the migrations.
@@ -29,4 +29,4 @@ public function down()
2929
{
3030
Schema::dropIfExists('password_resets');
3131
}
32-
}
32+
};

0 commit comments

Comments
 (0)