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 12a6d68 commit 47622d4Copy full SHA for 47622d4
laravel/database/seeds/ExampleSeeder.php
@@ -22,8 +22,8 @@ public function run()
22
for($i=0; $i<25; $i++){
23
DB::table('example')->insert([
24
'name' => $faker->sentence(4,true),
25
- 'description' => $faker->paragraph(3,true),
26
- 'status_id' => $statusIds[random_int(0,count($statusIds) - 1)],
+ 'description' => $faker->paragraph(1,true),
+ 'status_id' => $statusIds[random_int(0,count($statusIds) - 1)],
27
]);
28
}
29
0 commit comments