Verified Commit 054282df authored by Lee Rowlands's avatar Lee Rowlands Committed by Lee Rowlands
Browse files

Issue #3278318 by larowlan, mstrelan: Add a cache context for feature flags

parent 4b1c68c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ class FeatureFlagContext implements CacheContextInterface {
   *
   * @var \Drupal\featureflags\FlagManager
   */
  protected FlagManager $flagManager;
  protected $flagManager;

  /**
   * Constructs a new FeatureFlagContext.