mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-04-04 07:32:42 +02:00
delete city function
This commit is contained in:
parent
c5e556dcb2
commit
eeb0279a40
@ -337,12 +337,4 @@ class Address extends \Faker\Provider\Address
|
||||
'{{streetAddress}}\n {{postcode}}\n {{city}}',
|
||||
);
|
||||
|
||||
/**
|
||||
* @example 'East'
|
||||
*/
|
||||
public static function city()
|
||||
{
|
||||
return static::randomElement(static::$city);
|
||||
}
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user