We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8037f1d commit 5c9759cCopy full SHA for 5c9759c
database/seeds/ExampleSeeder.php
@@ -21,8 +21,8 @@ public function run()
21
}
22
for($i=0; $i<25; $i++){
23
DB::table('example')->insert([
24
- 'name' => $faker->sentence(4,true),
25
- 'description' => $faker->paragraph(3,true),
+ 'name' => $faker->sentence(4,true),
+ 'description' => $faker->paragraph(1,true),
26
'status_id' => $statusIds[random_int(0,count($statusIds) - 1)],
27
]);
28
0 commit comments