1
0

Fix: Forgot to forget

This commit is contained in:
Richard Dern 2024-05-09 23:02:20 +02:00
parent f0d84adfd9
commit f1dce7f774

View File

@ -220,6 +220,8 @@ public function touch(bool $ignoreFeed = false)
$cacheKey = sprintf('render_%s', Str::slug($this->getPath()));
Cache::forget($cacheKey);
$parent = $this->getParent();
if (!empty($parent)) {