summaryrefslogtreecommitdiff
path: root/app/services/protected_branches/access_level_params.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/protected_branches/access_level_params.rb')
-rw-r--r--app/services/protected_branches/access_level_params.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/services/protected_branches/access_level_params.rb b/app/services/protected_branches/access_level_params.rb
index a7ef573ff0b..e34bc23b4dc 100644
--- a/app/services/protected_branches/access_level_params.rb
+++ b/app/services/protected_branches/access_level_params.rb
@@ -33,3 +33,5 @@ module ProtectedBranches
end
end
end
+
+ProtectedBranches::AccessLevelParams.prepend_if_ee('EE::ProtectedBranches::AccessLevelParams')