Adds EE prepend, which for some reason was missing

This commit is contained in:
Alex Kalderimis 2019-08-15 14:16:29 +01:00
parent 76b345105a
commit 922f21e23d

View file

@ -107,3 +107,5 @@ module API
end
end
end
API::Todos.prepend_if_ee('EE::API::Todos')