Skip to content

Commit 4229741

Browse files
authored
[6.x] Revert caching of parsed items during Stache warming (#14104)
1 parent 0d0c2ed commit 4229741

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Stache/Stores/Store.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,6 @@ public function paths()
328328
return $isDuplicate ?? false;
329329
});
330330

331-
$items->each(fn ($item) => $this->cacheItem($item['item']));
332-
333331
$paths = $items->pluck('path', 'key');
334332

335333
$this->cachePaths($paths);

0 commit comments

Comments
 (0)