Skip to content

Commit

Permalink
Fix no cacheable
Browse files Browse the repository at this point in the history
  • Loading branch information
Moln committed Jun 14, 2021
1 parent e4479cc commit 7c68c3b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Basic/CollectionNormalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ final class CollectionNormalizer extends AbstractCollectionNormalizer
{
public const FORMAT = 'json';

public function hasCacheableSupportsMethod(): bool
{
return false;
}

/**
* {@inheritdoc}
*/
Expand Down

0 comments on commit 7c68c3b

Please sign in to comment.