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