$this->faker->unique()->safeEmail(), 'firstname' => $this->faker->firstName(), 'lastname' => $this->faker->lastName(), 'phone1' => $this->faker->phoneNumber(), 'address' => $this->faker->streetAddress(), 'city' => $this->faker->city(), 'zipcode' => $this->faker->postcode(), 'country' => 'FR', 'status' => 'pending', 'nature' => 'physical', ]; } }