提交 75ee50f8 编写于 作者: D 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
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册