diff --git a/src/Stache/Stores/Store.php b/src/Stache/Stores/Store.php index c220b679e1..9a20e58c73 100644 --- a/src/Stache/Stores/Store.php +++ b/src/Stache/Stores/Store.php @@ -328,8 +328,6 @@ public function paths() return $isDuplicate ?? false; }); - $items->each(fn ($item) => $this->cacheItem($item['item'])); - $paths = $items->pluck('path', 'key'); $this->cachePaths($paths);