mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-22 08:19:52 +01:00
Added phone number format
This commit is contained in:
parent
12820746df
commit
82495bc7a1
@ -4,7 +4,7 @@ namespace Faker\Provider\tr_TR;
|
||||
|
||||
class PhoneNumber extends \Faker\Provider\PhoneNumber
|
||||
{
|
||||
protected static $formats = array('0##########');
|
||||
protected static $formats = array('0##########','05#########');
|
||||
|
||||
/**
|
||||
* @example '05544397503'
|
||||
|
Loading…
x
Reference in New Issue
Block a user