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 Jun 14, 2016
1 parent a77c47f commit 8dc03d8
Show file tree
Hide file tree
Showing 3 changed files with 9 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
7 changes: 7 additions & 0 deletions src/Faker/Provider/fr_CA/Company.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?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 8dc03d8

Please sign in to comment.