File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 38
38
use Symfony \Component \HttpKernel \KernelEvents ;
39
39
use Symfony \Component \HttpKernel \KernelInterface ;
40
40
use Symfony \Component \HttpKernel \UriSigner ;
41
+ use Symfony \Component \Runtime \Runner \Symfony \HttpKernelRunner ;
42
+ use Symfony \Component \Runtime \Runner \Symfony \ResponseRunner ;
41
43
use Symfony \Component \Runtime \SymfonyRuntime ;
42
44
use Symfony \Component \String \LazyString ;
43
45
use Symfony \Component \String \Slugger \AsciiSlugger ;
@@ -79,6 +81,8 @@ class_exists(WorkflowEvents::class) ? WorkflowEvents::ALIASES : []
79
81
service ('argument_resolver ' ),
80
82
])
81
83
->tag ('container.hot_path ' )
84
+ ->tag ('container.preload ' , ['class ' => HttpKernelRunner::class])
85
+ ->tag ('container.preload ' , ['class ' => ResponseRunner::class])
82
86
->tag ('container.preload ' , ['class ' => SymfonyRuntime::class])
83
87
->alias (HttpKernelInterface::class, 'http_kernel ' )
84
88
You can’t perform that action at this time.
0 commit comments