$this->faker->firstName(), 'lastname' => $this->faker->lastName(), 'phone' => $this->faker->PhoneNumber(), 'street' => $this->faker->streetName(), 'zip' => $this->faker->postcode(), 'city' => $this->faker->city(), 'country' => $this->faker->countryCode(), 'company' => $this->faker->company(), 'notes' => $this->faker->text(), ]; } }