Commit fbdb42aa authored by Mehmet Emin INAC's avatar Mehmet Emin INAC

Fix deprecation warning for kwargs

parent e09a291d
......@@ -30,7 +30,7 @@ module EE
end
override :available_integration_names
def available_integration_names(*)
def available_integration_names(...)
names = super
names -= saas_only_integration_names unless include_saas_only?
names
......
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