From 9c955ba0a5e1a52b7d6f770baec70704e95825e1 Mon Sep 17 00:00:00 2001 From: Saksham Khandelwal Date: Thu, 19 Oct 2023 15:09:18 +0530 Subject: [PATCH] change --- src/Plivo/Resources/VerifyCallerId/VerifyInterface.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Plivo/Resources/VerifyCallerId/VerifyInterface.php b/src/Plivo/Resources/VerifyCallerId/VerifyInterface.php index 381c49ea..03ba6ce9 100644 --- a/src/Plivo/Resources/VerifyCallerId/VerifyInterface.php +++ b/src/Plivo/Resources/VerifyCallerId/VerifyInterface.php @@ -241,8 +241,6 @@ public function deleteVerifiedCallerId($phoneNumber){ $response->getStatusCode() ); } - - return json_encode($response->getContent(), JSON_FORCE_OBJECT); }