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 78e2eb8 commit 21c59d7Copy full SHA for 21c59d7
database/factories/ProductFactory.php
@@ -30,7 +30,7 @@ public function definition()
30
'name' => $name,
31
'slug' => Str::slug($name),
32
'description' => $this->faker->realText(320),
33
- 'price' => $this->faker->numberBetween(10000, 100000),
+ 'price' => $this->faker->numberBetween(100, 1000),
34
];
35
}
36
0 commit comments