Commit 75ee50f8 authored by Douwe Maan's avatar Douwe Maan

Merge branch 'dz-fix-oauth-service-requirements' into 'master'

Make request argument required for Applications::CreateService

See merge request gitlab-org/gitlab-ce!19530
parents 7a2fb011 1b1d51bb
......@@ -5,7 +5,7 @@ module Applications
@params = params.except(:ip_address)
end
def execute(request = nil)
def execute(request)
Doorkeeper::Application.create(@params)
end
end
......
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