Commit 04956155 authored by Stan Hu's avatar Stan Hu

Merge branch 'fix-broken-ee-master-prepend-todos-api' into 'master'

Adds EE prepend, which for some reason was missing

See merge request gitlab-org/gitlab-ce!31851
parents 36a729f0 922f21e2
......@@ -110,3 +110,5 @@ module API
end
end
end
API::Todos.prepend_if_ee('EE::API::Todos')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment