From ac8953dd90879c137e44d83f5f339bde11b2fe42 Mon Sep 17 00:00:00 2001 From: a6a2f5842 Date: Tue, 2 Dec 2025 10:49:27 +0100 Subject: [PATCH] I example products --- src/Console/Commands/ShopAddExampleProducts.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Console/Commands/ShopAddExampleProducts.php b/src/Console/Commands/ShopAddExampleProducts.php index d9fa82c..5b7c490 100644 --- a/src/Console/Commands/ShopAddExampleProducts.php +++ b/src/Console/Commands/ShopAddExampleProducts.php @@ -129,6 +129,7 @@ class ShopAddExampleProducts extends Command $product = Product::create([ 'slug' => $slug, + 'name' => $productName, 'sku' => 'EX-' . strtoupper($this->faker->bothify('??-####')), 'type' => $type, 'status' => $this->faker->randomElement(['published', 'published', 'published', 'draft']),