You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #9933 Improved the front controller of the HttpCache (javiereguiluz)
This PR was squashed before being merged into the 4.0 branch (closes#9933).
Discussion
----------
Improved the front controller of the HttpCache
I don't think it makes sense to enable HttpCache in `dev` (in the past we only added this to `web/app.php` and not `web/app_dev.php`).
The change in the `+ use App\CacheKernel;` (lines 98 and 99) is to sort the `use ...` alphabetically.
Commits
-------
46c6c02 Improved the front controller of the HttpCache
0 commit comments