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 985b2cf commit bb1f59bCopy full SHA for bb1f59b
src/Illuminate/Database/Console/Seeds/stubs/seeder.stub
@@ -2,6 +2,7 @@
2
3
namespace Database\Seeders;
4
5
+use Illuminate\Database\Console\Seeds\WithoutModelEvents;
6
use Illuminate\Database\Seeder;
7
8
class {{ class }} extends Seeder
0 commit comments