define(ProductAttribute::class, function (Faker\Generator $faker) { return [ 'quantity' => 1, 'price' => 1.55 ]; });