Skip to content
Snippets Groups Projects
Unverified Commit f6655c67 authored by Francisco Javier López's avatar Francisco Javier López
Browse files

Fixed class name

parent 4c4abff0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -740,7 +740,7 @@ def timelogs
end
 
def feature_available?(feature, user = nil)
if Groups::Feature.available_features.include?(feature)
if GroupFeature.available_features.include?(feature)
group_feature&.feature_available?(feature, user)
else
licensed_feature_available?(feature)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment