Skip to content

Commit c9ab4f7

Browse files
committed
fix typo
1 parent 9fde01d commit c9ab4f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/InspireCms.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ public function getNavigation(string $category, ?string $locale = null): array
240240
public function forgetCachedNavigation(): void
241241
{
242242
$this->cacheManager
243-
->store(InspireCmsConfig::get('cache.content_routes.store'))
243+
->store(InspireCmsConfig::get('cache.navigation.store'))
244244
->forget(InspireCmsConfig::get('cache.navigation.key'));
245245
}
246246

0 commit comments

Comments
 (0)