1, 'email' => $this->faker->unique()->emailSafe(), 'password' => Hash::make('12345678'), 'remember_token' => Str::random(10), ]; } }