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:
parent
d311285a0f
commit
66a84156d3
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user