Skip to content

Commit

Permalink
Merge pull request #41 from baskan/patch-1
Browse files Browse the repository at this point in the history
Leftover wrong function name check
  • Loading branch information
Propaganistas committed Nov 25, 2016
2 parents 84542e2 + 1336d2e commit 02e180b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use Illuminate\Support\Facades\App;
use libphonenumber\PhoneNumberFormat;

if (! function_exists('phone_format')) {
if (! function_exists('phone')) {
/**
* Get the PhoneNumberUtil or format a phone number for display.
*
Expand Down

0 comments on commit 02e180b

Please sign in to comment.