Skip to content

Commit 3b7dba7

Browse files
Update src/Utopia/Messaging/Adapter.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
1 parent 37108ef commit 3b7dba7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Utopia/Messaging/Adapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ public function getCountryCode(string $phone): ?int
267267
$helper = PhoneNumberUtil::getInstance();
268268

269269
try {
270-
return $helper
270+
return $helper
271271
->parse($phone)
272272
->getCountryCode();
273273

0 commit comments

Comments
 (0)