Commit ae2f8a9b authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch 'fix-search-protected-env-dev' into 'master'

Fix ProtectedEnvironments::SearchService in dev

See merge request gitlab-org/gitlab!65643
parents e749de32 c5b69823
# frozen_string_literal: true
module ProtectedEnvironments
class SearchService < BaseService
class SearchService < ::ProtectedEnvironments::BaseService
# Returns unprotected environments filtered by name
# Limited to 20 per performance reasons
# rubocop: disable CodeReuse/ActiveRecord
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment