Commit 4d9b34bb authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix method visibility in gitlab metrics class

parent f281041f
......@@ -136,10 +136,10 @@ module Gitlab
end
end
private
def self.current_transaction
Transaction.current
end
private_class_method :current_transaction
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