$this->faker->company(), 'email' => $this->faker->safeEmail(), 'email_verified_at' => now(), 'profile_photo_path' => $this->faker->imageUrl(128, 128), 'about' => $this->faker->text(mt_rand(50, 300)), 'motivation' => $this->faker->text(mt_rand(50, 150)), ]; } }