Commit 72da56aa authored by Stan Hu's avatar Stan Hu

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

Fix "A copy of Gitlab::Middleware::Readonly has been removed from the module tree but is still active"

Similar to #34047 and #29327
parent b17457a7
......@@ -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