summaryrefslogtreecommitdiff
path: root/app/services/notes/destroy_service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/notes/destroy_service.rb')
-rw-r--r--app/services/notes/destroy_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/notes/destroy_service.rb b/app/services/notes/destroy_service.rb
index fc23c7a36ac..fa0c2c5c86b 100644
--- a/app/services/notes/destroy_service.rb
+++ b/app/services/notes/destroy_service.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module Notes
- class DestroyService < BaseService
+ class DestroyService < ::Notes::BaseService
def execute(note)
TodoService.new.destroy_target(note) do |note|
note.destroy