diff --git a/src/Faker/Provider/hy_AM/Address.php b/src/Faker/Provider/hy_AM/Address.php index 1fe8e71f..0c1bd271 100644 --- a/src/Faker/Provider/hy_AM/Address.php +++ b/src/Faker/Provider/hy_AM/Address.php @@ -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); }