Commit 304b19a8 authored by Dylan Griffith's avatar Dylan Griffith

Merge branch '341229-remove-strong-memoize-from-security-configuration-presenter' into 'master'

Remove unused StrongMemoize from Security::ConfigurationPresenter

See merge request gitlab-org/gitlab!75093
parents 4712adc4 4b9c742d
......@@ -3,12 +3,9 @@
module Projects
module Security
class ConfigurationPresenter < Gitlab::View::Presenter::Delegated
include Gitlab::Utils::StrongMemoize
include AutoDevopsHelper
include ::Security::LatestPipelineInformation
delegator_override_with Gitlab::Utils::StrongMemoize # TODO: Remove `Gitlab::Utils::StrongMemoize` inclusion as it's duplicate
presents ::Project, as: :project
def to_h
......
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