mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-22 00:09:59 +01:00
Unnecessary companySuffix() method removed
This commit is contained in:
parent
20f64107db
commit
0d9262a90b
@ -36,11 +36,6 @@ class Company extends \Faker\Provider\Company
|
||||
return static::randomElement(static::$companyPrefix);
|
||||
}
|
||||
|
||||
public static function companySuffix()
|
||||
{
|
||||
return static::randomElement(static::$companySuffix);
|
||||
}
|
||||
|
||||
public static function companyName()
|
||||
{
|
||||
return static::randomElement(static::$companyName);
|
||||
|
Loading…
x
Reference in New Issue
Block a user