define(App\Models\QuoteInvitation::class, function (Faker $faker) { return [ 'key' => Str::random(40), ]; });