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

Commit 5ae6a7c

Browse files
committed
Merge pull request #536 from miclf/patch-1
Fix region names in fr_BE address provider
2 parents 1c3220d + d6bf582 commit 5ae6a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Faker/Provider/fr_BE/Address.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Address extends \Faker\Provider\Address
4242
);
4343

4444
protected static $region = array(
45-
'wallonne', 'flammande', 'Bruxelles-Capitale'
45+
'Wallonie', 'Flandre', 'Bruxelles-Capitale'
4646
);
4747

4848
protected static $province = array(

0 commit comments

Comments
 (0)