File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
<service id =" fos_http_cache.command.invalidate_path" class =" FOS\HttpCacheBundle\Command\InvalidatePathCommand" >
10
10
<argument type =" service" id =" fos_http_cache.cache_manager" />
11
- <tag name =" console.command" command = " fos:httpcache:invalidate:path " />
11
+ <tag name =" console.command" />
12
12
</service >
13
13
14
14
<service id =" fos_http_cache.command.invalidate_regex" class =" FOS\HttpCacheBundle\Command\InvalidateRegexCommand" >
15
15
<argument type =" service" id =" fos_http_cache.cache_manager" />
16
- <tag name =" console.command" command = " fos:httpcache:invalidate:regex " />
16
+ <tag name =" console.command" />
17
17
</service >
18
18
19
19
<service id =" fos_http_cache.command.refresh_path" class =" FOS\HttpCacheBundle\Command\RefreshPathCommand" >
You can’t perform that action at this time.
0 commit comments