1
0
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:
bazo 2012-07-30 00:40:54 +02:00
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);
}
}