diff options
Diffstat (limited to 'lib/api/resource_state_events.rb')
-rw-r--r-- | lib/api/resource_state_events.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/resource_state_events.rb b/lib/api/resource_state_events.rb index 1c1a90c09a3..9bfda39be90 100644 --- a/lib/api/resource_state_events.rb +++ b/lib/api/resource_state_events.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module API - class ResourceStateEvents < Grape::API::Instance + class ResourceStateEvents < ::API::Base include PaginationParams helpers ::API::Helpers::NotesHelpers |