diff --git a/app/Classes/Bundle.php b/app/Classes/Bundle.php index 0dd4eb5..4d91bdb 100644 --- a/app/Classes/Bundle.php +++ b/app/Classes/Bundle.php @@ -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)) {