File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -643,7 +643,7 @@ exposing a simple and efficient pattern::
|
643 | 643 | $response->setLastModified($article->getPublishedAt());
|
644 | 644 |
|
645 | 645 | // Check that the Response is not modified for the given Request
|
646 |
| -if ($response->isNotModified($request)) { |
| 646 | +if ($response->isNotModified($this->get('request'))) { |
647 | 647 | // return the 304 Response immediately
|
648 | 648 | return $response;
|
649 | 649 | } else {
|
|
You can’t perform that action at this time.
0 commit comments