1
0
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:
Roman Vasilyev 2012-12-12 21:05:33 +02:00
parent 20f64107db
commit 0d9262a90b

View File

@ -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);