Merge pull request #5925 from tchak/fix-constant

fix constant
This commit is contained in:
Paul Chavard 2021-02-19 11:31:44 +01:00 committed by GitHub
commit a7331dd30d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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