Commit e86b2b23 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'sh-fix-readonly-reload' into 'master'

Fix "A copy of Gitlab::Middleware::Readonly has been removed from the module

See merge request gitlab-org/gitlab-ce!17925
parents d14b8428 72da56aa
......@@ -13,7 +13,7 @@ module Gitlab
end
def call(env)
ReadOnly::Controller.new(@app, env).call
::Gitlab::Middleware::ReadOnly::Controller.new(@app, env).call
end
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