summaryrefslogtreecommitdiff
path: root/lib/api/project_events.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/project_events.rb')
-rw-r--r--lib/api/project_events.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/project_events.rb b/lib/api/project_events.rb
index 726e693826e..3765473bc0e 100644
--- a/lib/api/project_events.rb
+++ b/lib/api/project_events.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module API
- class ProjectEvents < Grape::API::Instance
+ class ProjectEvents < ::API::Base
include PaginationParams
include APIGuard
helpers ::API::Helpers::EventsHelpers