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