$this->faker->text(20), 'email' => $this->faker->email, 'tel' => $tel[rand(0, 2)], 'password' => Hash::make('password'), 'last_name' => $this->faker->lastName, 'first_name' => $this->faker->firstName, 'image' => "/assets/img/avatar/avatar-sample02@2x.png", 'company' => $this->faker->company, 'created_at' => $this->faker->dateTime, 'updated_at' => $this->faker->dateTime, ]; } }