1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-22 08:19:52 +01:00

Unnecessary company() method removed

This commit is contained in:
Roman Vasilyev 2012-12-12 20:00:37 +02:00
parent d311285a0f
commit 66a84156d3

View File

@ -25,12 +25,6 @@ class Company extends \Faker\Provider\Company
'Мегамакс', 'Мульти', 'Майнер'
);
public function company()
{
$format = static::randomElement(static::$formats);
return $this->generator->parse($format);
}
public function companyUrl()
{
$format = static::randomElement(static::$urlFormats);