create(); \App\Models\User::factory()->create([ // 'name' => 'Test User', 'email' => 'test@test.com', 'password' => bcrypt('test123'), ]); } }