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']),