diff --git a/app/models/champs/annuaire_education_champ.rb b/app/models/champs/annuaire_education_champ.rb index 542ab51a9..d5a895224 100644 --- a/app/models/champs/annuaire_education_champ.rb +++ b/app/models/champs/annuaire_education_champ.rb @@ -23,6 +23,6 @@ class Champs::AnnuaireEducationChamp < Champs::TextChamp end def fetch_external_data - ApiEducation::AnnuaireEducationAdapter.new(external_id).to_params + APIEducation::AnnuaireEducationAdapter.new(external_id).to_params end end