File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
src/Symfony/Bundle/Resources/config
tests/Symfony/Bundle/DependencyInjection Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 5
5
xsi : schemaLocation =" http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd" >
6
6
7
7
<services >
8
- <!-- TODO: remove this in 3.0 -->
9
- <service id =" api_platform.http_cache.purger.varnish_client" class =" GuzzleHttp\Client" abstract =" true" public =" false" />
10
8
<service id =" api_platform.http_cache.purger.varnish" alias =" api_platform.http_cache.purger.varnish.ban" public =" false" />
11
9
<service id =" api_platform.http_cache.purger.varnish.ban" class =" ApiPlatform\HttpCache\VarnishPurger" public =" false" />
12
10
<service id =" api_platform.http_cache.purger.varnish.xkey" class =" ApiPlatform\HttpCache\VarnishXKeyPurger" public =" false" >
Original file line number Diff line number Diff line change @@ -836,7 +836,6 @@ public function testHttpCacheConfiguration(): void
836
836
'api_platform.doctrine.listener.http_cache.purge ' ,
837
837
838
838
// http_cache_tags.xml
839
- 'api_platform.http_cache.purger.varnish_client ' ,
840
839
'api_platform.http_cache.purger.varnish.xkey ' ,
841
840
'api_platform.http_cache.purger.varnish.ban ' ,
842
841
'api_platform.http_cache.listener.response.add_tags ' ,
You can’t perform that action at this time.
0 commit comments