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
This commit is contained in:
commit
0495615502
1 changed files with 2 additions and 0 deletions
|
@ -110,3 +110,5 @@ module API
|
|||
end
|
||||
end
|
||||
end
|
||||
|
||||
API::Todos.prepend_if_ee('EE::API::Todos')
|
||||
|
|
Loading…
Reference in a new issue