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 2f96fa3 commit 7ae2f94Copy full SHA for 7ae2f94
http_cache.rst
@@ -114,7 +114,7 @@ Use the ``framework.http_cache`` option to enable the proxy for the
114
// config/packages/framework.php
115
use Symfony\Config\FrameworkConfig;
116
117
- return static function (FrameworkConfig $framework) use ($env) {
+ return static function (FrameworkConfig $framework, string $env) {
118
if ('prod' === $env) {
119
$framework->httpCache()->enabled(true);
120
}
0 commit comments