diff --git a/src/Faker/Provider/sk_SK/Address.php b/src/Faker/Provider/sk_SK/Address.php index fc211915..9e476920 100644 --- a/src/Faker/Provider/sk_SK/Address.php +++ b/src/Faker/Provider/sk_SK/Address.php @@ -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); - } - } \ No newline at end of file