From ed32613914cca09f05508f2e42475e86ab459303 Mon Sep 17 00:00:00 2001 From: Mateusz Bieniek Date: Thu, 13 Feb 2025 12:46:10 +0100 Subject: [PATCH] Fixed CS --- src/lib/Persistence/Cache/ContentHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Persistence/Cache/ContentHandler.php b/src/lib/Persistence/Cache/ContentHandler.php index 7bec6935fb..bc735cfcde 100644 --- a/src/lib/Persistence/Cache/ContentHandler.php +++ b/src/lib/Persistence/Cache/ContentHandler.php @@ -397,7 +397,7 @@ function ($relation) { foreach ($contentLocations as $location) { $tags[] = $this->cacheIdentifierGenerator->generateTag(self::LOCATION_IDENTIFIER, [$location->id]); } - + $this->cache->invalidateTags($tags); return $return;