-
-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parseHelper() method of PhoneNumber class didn't implement #213
Comments
This test demonstrates the behavior you want. Laravel-Phone/tests/PhoneNumberTest.php Lines 106 to 110 in 9a9278c
I'm not sure why you're adding "US" in front of the number though. Feel free to investigate and create a PR with tests. |
@Propaganistas I guess you didn't understand my question. It was about this line:
which is supported by When I try to use your example:
I get |
fixed and new release tagged |
When I try to work with this Laravel interface of libphonenumber package all the time I need to specify $country as a param of the
make
static method.If I try to do it without a country code I get the error.
But when I use libphonenumber package directly I can do like this:
The text was updated successfully, but these errors were encountered: