$this->faker->unique()->safeEmail(), 'username' => fake()->unique()->regexify('[A-Za-z0-9]{8}'), 'password' => Hash::make(config('myconfig.password_default')), 'status' => $this->faker->randomElement(UserStatus::cases()), ]; } }