This commit is contained in:
Herbert Maschke 2020-03-31 15:01:42 +02:00
parent e83917a2e6
commit 5219b03265
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ class Laravel5Helper extends Laravel5
'special_price_from' => null,
'special_price_to' => null,
'special_price' => null,
'price' => $faker->randomFloat(4, 0, 1000),
'price' => $faker->randomFloat(4, 1, 1000),
'weight' => '1.00', // necessary for shipping
'brand' => AttributeOption::firstWhere('attribute_id', $brand->id)->id,
];