Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-23 12:08:15 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-23 12:08:15 +0300
commitabbb493d78e42f044d732c7ad46917300cca1516 (patch)
treeae786d6bc1ba548421c20d1667f528d4ff90e113 /app/finders
parent9d15ef5c5caf584ae16398940c16f2bdafd6f3e2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/finders')
-rw-r--r--app/finders/clusters/agent_tokens_finder.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/finders/clusters/agent_tokens_finder.rb b/app/finders/clusters/agent_tokens_finder.rb
index 60609fa6c6d..c0d1f911d92 100644
--- a/app/finders/clusters/agent_tokens_finder.rb
+++ b/app/finders/clusters/agent_tokens_finder.rb
@@ -2,6 +2,8 @@
module Clusters
class AgentTokensFinder
+ include FinderMethods
+
def initialize(agent, current_user)
@agent = agent
@current_user = current_user