From 57708866ae5defdf8881d6563e94ac6b8d26ad62 Mon Sep 17 00:00:00 2001 From: Sayan Gupta Date: Mon, 29 Sep 2025 13:25:25 +0530 Subject: [PATCH] Update ServiceContext.php as NewFactorList included twice --- src/Twilio/Rest/Verify/V2/ServiceContext.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Twilio/Rest/Verify/V2/ServiceContext.php b/src/Twilio/Rest/Verify/V2/ServiceContext.php index 2b980b452..e37d6aa13 100644 --- a/src/Twilio/Rest/Verify/V2/ServiceContext.php +++ b/src/Twilio/Rest/Verify/V2/ServiceContext.php @@ -29,7 +29,6 @@ use Twilio\Rest\Verify\V2\Service\VerificationList; use Twilio\Rest\Verify\V2\Service\AccessTokenList; use Twilio\Rest\Verify\V2\Service\RateLimitList; -use Twilio\Rest\Verify\V2\Service\NewFactorList; use Twilio\Rest\Verify\V2\Service\WebhookList; use Twilio\Rest\Verify\V2\Service\NewFactorList; use Twilio\Rest\Verify\V2\Service\MessagingConfigurationList;