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 efff1ad commit 51f3b1bCopy full SHA for 51f3b1b
system/Filters/PageCache.php
@@ -72,6 +72,7 @@ public function after(RequestInterface $request, ResponseInterface $response, $a
72
// so that we can have live speed updates along the way.
73
// Must be run after filters to preserve the Response headers.
74
$this->pageCache->make($request, $response);
75
+
76
return $response;
77
}
78
0 commit comments