$this->faker->email, 'password' => $this->faker->password, 'company' => $this->faker->company, 'image' => $this->faker->imageUrl, 'profile' => $this->faker->realText(49), 'tel' => $tel[rand(0, 2)], 'created_at' => $this->faker->dateTime, 'updated_at' => $this->faker->dateTime, ]; } }