Commit e0414723 authored by Alex Kalderimis's avatar Alex Kalderimis

Merge branch 'jj-remove-inheritance' into 'master'

Remove incorrect inheritance

See merge request gitlab-org/gitlab!55792
parents d3381b32 ad7b10ca
......@@ -5,7 +5,7 @@ require 'gitlab/experiment/rspec'
# This is a temporary fix until we have a larger discussion around the
# challenges raised in https://gitlab.com/gitlab-org/gitlab/-/issues/300104
class ApplicationExperiment < Gitlab::Experiment # rubocop:disable Gitlab/NamespacedClass
class ApplicationExperiment # rubocop:disable Gitlab/NamespacedClass
def initialize(...)
super(...)
Feature.persist_used!(feature_flag_name)
......
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