Skip to content

Commit

Permalink
Fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbieniek committed Feb 13, 2025
1 parent d7fe485 commit ed32613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Persistence/Cache/ContentHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ed32613

Please sign in to comment.