Commit 60c953e7 authored by IMMACULATE X's avatar IMMACULATE X Committed by Attila Santo-Rieder
Browse files

Issue #3291861 by immaculatexavier, jasa: Cart Flyout does not show cart...

Issue #3291861 by immaculatexavier, jasa: Cart Flyout does not show cart contents with Drupal Core 9.4.1 update
parent d35914c3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -49,4 +49,11 @@ class PreparedAttributeNormalizer extends NormalizerBase {
    return $data;
  }

  /**
   * {@inheritdoc}
   */
  public function hasCacheableSupportsMethod(): bool {
    return FALSE;
  }

}