Skip to content
Snippets Groups Projects
Commit 4d9b34bb authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Fix method visibility in gitlab metrics class

parent f281041f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -136,10 +136,10 @@ module Gitlab
end
end
 
private
def self.current_transaction
Transaction.current
end
private_class_method :current_transaction
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment