We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f60ea commit a1e9855Copy full SHA for a1e9855
stubs/stubs/migration.stub
@@ -6,7 +6,7 @@ use Illuminate\Database\Migrations\Migration;
6
use Illuminate\Database\Schema\Blueprint;
7
use Illuminate\Support\Facades\Schema;
8
9
-class {{ class }} extends Migration
+return new class extends Migration
10
{
11
public function up()
12
@@ -17,4 +17,4 @@ class {{ class }} extends Migration
17
18
//
19
}
20
-}
+};
0 commit comments