Skip to content

Commit

Permalink
getCountryCode()
Browse files Browse the repository at this point in the history
  • Loading branch information
shimonewman committed Apr 7, 2024
1 parent efe30a5 commit 6b0f79d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Utopia/Messaging/Adapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Utopia\Messaging;


use Exception;
use libphonenumber\NumberParseException;
use libphonenumber\PhoneNumberUtil;
Expand Down Expand Up @@ -275,4 +274,4 @@ public function getCountryCode(string $phone): string
throw new Exception("Error parsing phone: " . $e->getMessage());
}
}
}
}

0 comments on commit 6b0f79d

Please sign in to comment.