Number does not match the provided country. (NumberParse Exception)
HeadStudios opened this issue · 1 comments
HeadStudios commented
Running the following code:
$mobile = PhoneNumber::make('+61463315544', 'AU')->formatE164();
return $mobile;
Returns the following NumberParseException error:
'Number does not match the provided country.'
This is despite the format being a standard Australian international mobile format.
Any input or suggestions would be much appreciated.
Thank you!
Propaganistas commented