products now have an image
This commit is contained in:
@@ -21,6 +21,7 @@ class ProductFactory extends Factory
|
||||
'name' => $this->faker->words(3, true),
|
||||
'description' => $this->faker->sentence(12),
|
||||
'price_cents' => $this->faker->numberBetween(499, 9999),
|
||||
'image_url' => null,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user