diff --git a/src/Faker/Provider/ua_UA/Company.php b/src/Faker/Provider/ua_UA/Company.php index 897b44f4..909252cd 100644 --- a/src/Faker/Provider/ua_UA/Company.php +++ b/src/Faker/Provider/ua_UA/Company.php @@ -36,11 +36,6 @@ class Company extends \Faker\Provider\Company return static::randomElement(static::$companyPrefix); } - public static function companySuffix() - { - return static::randomElement(static::$companySuffix); - } - public static function companyName() { return static::randomElement(static::$companyName);