Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1618 from SjorsO/patch-1
Browse files Browse the repository at this point in the history
Add Dutch (nl_NL) job titles
  • Loading branch information
fzaninotto authored Aug 27, 2019
2 parents aafe5b3 + 48e7a2a commit aaeff4b
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -1438,6 +1438,7 @@ echo $faker->rrn('female'); // "50032089858" - Belgian Rijksregisternummer for a
```php
<?php

echo $faker->jobTitle; // "Houtbewerker"
echo $faker->vat; // "NL123456789B01" - Dutch Value Added Tax number
echo $faker->btw; // "NL123456789B01" - Dutch Value Added Tax number (alias)
```
Expand Down
Loading

0 comments on commit aaeff4b

Please sign in to comment.