Skip to content

Commit ae2cf62

Browse files
authored
Merge pull request #493 from alexander-schranz/patch-1
Added link to symfony httpcache docs for http_method_override
2 parents ae0be69 + 5892184 commit ae2cf62

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Resources/doc/features/symfony-http-cache.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ your kernel like this::
9898
}
9999
}
100100

101-
Now you need to adjust your front controller to use that cache instance rather
102-
than creating one::
101+
Now you need to adjust your front controller (that you set up according to the `Symfony HttpCache documentation_`) to use that cache instance rather than creating one::
103102

104103
// public/index.php
105104

@@ -112,6 +111,8 @@ than creating one::
112111
$kernel = $kernel->getHttpCache();
113112
}
114113

114+
// ...
115+
115116
.. warning::
116117

117118
If you do not want to instantiate the cache kernel in your kernel

0 commit comments

Comments
 (0)