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

Commit

Permalink
Inherits \Faker\Provider\fr_FR\Company, instead of default
Browse files Browse the repository at this point in the history
Usefull when nothing is defined, it relies on fr_FR, since it's the same spoken lang.
  • Loading branch information
Max13 committed May 20, 2016
1 parent 8a114ed commit 6d61766
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Faker/Provider/fr_BE/Company.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Faker\Provider\fr_BE;

class Company extends \Faker\Provider\Company
class Company extends \Faker\Provider\fr_FR\Company
{
protected static $formats = array(
'{{lastName}} {{companySuffix}}',
Expand Down
8 changes: 8 additions & 0 deletions src/Faker/Provider/fr_CA/Company.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

namespace Faker\Provider\fr_CA;

class Company extends \Faker\Provider\fr_FR\Company
{
//
}
2 changes: 1 addition & 1 deletion src/Faker/Provider/fr_CH/Company.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Faker\Provider\fr_CH;

class Company extends \Faker\Provider\Company
class Company extends \Faker\Provider\fr_FR\Company
{
protected static $formats = array(
'{{lastName}} {{companySuffix}}',
Expand Down

0 comments on commit 6d61766

Please sign in to comment.