Skip to content

Commit

Permalink
Swap ->toArray() for ->all() to prevent timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Feb 2, 2024
1 parent 7d3625c commit 1eb9953
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 1eb9953

Please sign in to comment.