module FFaker::PhoneNumberFR

def country_code

def country_code
  "#{fetch_sample(['+', '00'])}#{COUNTRY_CODE}"
end