mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-21 15:59:52 +01:00
driverLicence && passport number
This commit is contained in:
parent
a1a989a7cf
commit
aff81d3075
@ -42,6 +42,16 @@ class Person extends \Faker\Provider\Person
|
||||
'Andersons', 'Kirhenšteins', 'Švarcbahs', 'Bendorfs', 'Veinbergs', 'Rozentāls', 'Neilands', 'Freidenfelds',
|
||||
'Veidenbaums', 'Kronvalds',
|
||||
);
|
||||
|
||||
public function driverLicence()
|
||||
{
|
||||
return $this->bothify("??######");
|
||||
}
|
||||
|
||||
public function passportNumber()
|
||||
{
|
||||
return $this->bothify("??#######");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user