From bd860c22f6a4b9473cbddd34a53eead8235a7ea1 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 17 Sep 2019 12:06:48 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/services/protected_branches/destroy_service.rb | 2 ++ app/services/protected_branches/update_service.rb | 2 ++ 2 files changed, 4 insertions(+) (limited to 'app/services/protected_branches') diff --git a/app/services/protected_branches/destroy_service.rb b/app/services/protected_branches/destroy_service.rb index 7190bc2001b..acd15b0214f 100644 --- a/app/services/protected_branches/destroy_service.rb +++ b/app/services/protected_branches/destroy_service.rb @@ -9,3 +9,5 @@ module ProtectedBranches end end end + +ProtectedBranches::DestroyService.prepend_if_ee('EE::ProtectedBranches::DestroyService') diff --git a/app/services/protected_branches/update_service.rb b/app/services/protected_branches/update_service.rb index 4d7d498b8ca..226aefb64d0 100644 --- a/app/services/protected_branches/update_service.rb +++ b/app/services/protected_branches/update_service.rb @@ -10,3 +10,5 @@ module ProtectedBranches end end end + +ProtectedBranches::UpdateService.prepend_if_ee('EE::ProtectedBranches::UpdateService') -- cgit v1.2.3