Skip to content

Commit

Permalink
Update src/Utopia/Messaging/Adapter.php
Browse files Browse the repository at this point in the history
Co-authored-by: Christy Jacob <[email protected]>
  • Loading branch information
shimonewman and christyjacob4 authored May 8, 2024
1 parent 37108ef commit 3b7dba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utopia/Messaging/Adapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ public function getCountryCode(string $phone): ?int
$helper = PhoneNumberUtil::getInstance();

try {
return $helper
return $helper
->parse($phone)
->getCountryCode();

Expand Down

0 comments on commit 3b7dba7

Please sign in to comment.