mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-22 16:29:55 +01:00
Fixed error
This commit is contained in:
parent
478b95d8a3
commit
5eaec69fcd
@ -114,12 +114,12 @@ class Address extends \Faker\Provider\Address
|
||||
return static::randomElement(static::$cityPrefix);
|
||||
}
|
||||
|
||||
public static function city()
|
||||
public function city()
|
||||
{
|
||||
return static::randomElement(static::$city);
|
||||
}
|
||||
|
||||
public static function streetPrefix()
|
||||
public function streetPrefix()
|
||||
{
|
||||
return static::randomElement(static::$streetPrefix);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user