Skip to content

Commit

Permalink
refactor: cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Dec 10, 2024
1 parent efff1ad commit 51f3b1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system/Filters/PageCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public function after(RequestInterface $request, ResponseInterface $response, $a
// so that we can have live speed updates along the way.
// Must be run after filters to preserve the Response headers.
$this->pageCache->make($request, $response);

return $response;
}

Expand Down

0 comments on commit 51f3b1b

Please sign in to comment.