products now have an image

This commit is contained in:
2026-04-09 18:40:09 -06:00
parent 6d6194eeb6
commit 519f944139
6 changed files with 66 additions and 21 deletions
+1
View File
@@ -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,
];
}
}