mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-22 08:19:52 +01:00
Fixed problem
This commit is contained in:
parent
1f638a8947
commit
591a03e604
@ -4,9 +4,9 @@ namespace Faker\Provider;
|
||||
|
||||
class Miscellaneous extends \Faker\Provider\Base
|
||||
{
|
||||
protected static $languageCode = array('cn', 'de', 'en', 'es', 'fr', 'it', 'pt', 'ru','tr','az');
|
||||
protected static $languageCode = array('cn', 'de', 'en', 'es', 'fr', 'it', 'pt', 'ru');
|
||||
|
||||
protected static $countryCode = array('CA', 'CN', 'DE', 'ES', 'FR', 'IE', 'IN', 'IT', 'MX', 'PT', 'RU', 'UK', 'US','AZ','TR');
|
||||
protected static $countryCode = array('CA', 'CN', 'DE', 'ES', 'FR', 'IE', 'IN', 'IT', 'MX', 'PT', 'RU', 'UK', 'US');
|
||||
/**
|
||||
* Return a boolean, true or false
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user