diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-28 03:09:53 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-28 03:09:53 +0000 |
commit | 2e4d8b3449e8c2c750a816b9566c61a0a96b934b (patch) | |
tree | 831b4d55a3b283e519a4c911e444564d4c7c3344 /lib/api/events.rb | |
parent | 56df7f06f1e57d66efcff5d8ad0026252cc91192 (diff) | |
download | gitlab-ce-2e4d8b3449e8c2c750a816b9566c61a0a96b934b.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/api/events.rb')
-rw-r--r-- | lib/api/events.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/events.rb b/lib/api/events.rb index 0b79431a76d..e4c017fab42 100644 --- a/lib/api/events.rb +++ b/lib/api/events.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module API - class Events < Grape::API::Instance + class Events < Grape::API include PaginationParams include APIGuard helpers ::API::Helpers::EventsHelpers |