Skip to content

Commit

Permalink
[4.x] Fix timeout when using nocache tag (#9449)
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean authored Feb 2, 2024
1 parent 5c8b65e commit b9d3eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StaticCaching/NoCache/Region.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ protected function filterContext(array $context)

return $value;
})
->toArray();
->all();

return $this->arrayRecursiveDiff($context, $this->session->cascade());
}
Expand Down

0 comments on commit b9d3eea

Please sign in to comment.