removed usage of the deprecated EsiListener class in core

This commit is contained in:
Fabien Potencier 2015-01-19 17:36:50 +01:00
parent e756135f64
commit 55cc507670
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<parameters>
<parameter key="esi.class">Symfony\Component\HttpKernel\HttpCache\Esi</parameter>
<parameter key="esi_listener.class">Symfony\Component\HttpKernel\EventListener\EsiListener</parameter>
<parameter key="esi_listener.class">Symfony\Component\HttpKernel\EventListener\SurrogateListener</parameter>
</parameters>
<services>