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