We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3610521 commit 08ce750Copy full SHA for 08ce750
src/Core/Cache/CacheStateManager.php
@@ -185,7 +185,7 @@ private function saveCacheState(): void
185
// Create the cache state array
186
$cacheStateArray = array_map(
187
fn (CacheState $cacheState) => $cacheState->toArray(),
188
- array_merge($this->newCacheState, $this->cacheState),
+ array_merge($this->cacheState, $this->newCacheState),
189
);
190
191
// Set the hash
0 commit comments