fix constant
This commit is contained in:
parent
1745f58496
commit
92158cecb6
1 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,6 @@ class Champs::AnnuaireEducationChamp < Champs::TextChamp
|
||||||
end
|
end
|
||||||
|
|
||||||
def fetch_external_data
|
def fetch_external_data
|
||||||
ApiEducation::AnnuaireEducationAdapter.new(external_id).to_params
|
APIEducation::AnnuaireEducationAdapter.new(external_id).to_params
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue