summaryrefslogtreecommitdiff
path: root/app/services/protected_branches/api_service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/protected_branches/api_service.rb')
-rw-r--r--app/services/protected_branches/api_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/protected_branches/api_service.rb b/app/services/protected_branches/api_service.rb
index 3e5122a1523..d0d0737fd66 100644
--- a/app/services/protected_branches/api_service.rb
+++ b/app/services/protected_branches/api_service.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module ProtectedBranches
- class ApiService < BaseService
+ class ApiService < ProtectedBranches::BaseService
def create
::ProtectedBranches::CreateService.new(@project, @current_user, protected_branch_params).execute
end