Merge pull request #5926 from betagouv/main

2021-02-19-02
This commit is contained in:
Paul Chavard 2021-02-19 11:32:59 +01:00 committed by GitHub
commit 4909a3ecef
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