Path : /var/www/html/solarwindia/vendor/fzaninotto/faker/src/Faker/Provider/cs_CZ/ |
Current File : //var/www/html/solarwindia/vendor/fzaninotto/faker/src/Faker/Provider/cs_CZ/PhoneNumber.php |
<?php namespace Faker\Provider\cs_CZ; class PhoneNumber extends \Faker\Provider\PhoneNumber { protected static $formats = array( '+420 %## ### ###', '%## ### ###', '00420%########', '+420%########', '%########', ); }