$this->faker->email, 'password' => Hash::make('password'), 'created_at' => $this->faker->dateTime, 'updated_at' => $this->faker->dateTime, ]; } }