'test user', 'email' => 'test@test.com', 'email_verified_at' => now(), 'password' => Hash::make('password'), ]); User::factory(10)->create(); } }