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