define(OrderStatus::class, function (Faker\Generator $faker) { return [ 'name' => $faker->word, 'color' => $faker->hexColor ]; });