create(); User::factory()->create([ 'username' => 'testuser', 'email' => 'test@example.com', ]); } }