$this->faker->name(), 'customer_email' => $this->faker->safeEmail(), 'customer_phone' => $this->faker->phoneNumber(), 'city' => $this->faker->city(), 'country' => $this->faker->country(), 'address' => $this->faker->streetAddress() ]; } }