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 3838use Symfony \Component \HttpKernel \KernelEvents ;
3939use Symfony \Component \HttpKernel \KernelInterface ;
4040use Symfony \Component \HttpKernel \UriSigner ;
41+ use Symfony \Component \Runtime \Runner \Symfony \HttpKernelRunner ;
42+ use Symfony \Component \Runtime \Runner \Symfony \ResponseRunner ;
4143use Symfony \Component \Runtime \SymfonyRuntime ;
4244use Symfony \Component \String \LazyString ;
4345use Symfony \Component \String \Slugger \AsciiSlugger ;
@@ -79,6 +81,8 @@ class_exists(WorkflowEvents::class) ? WorkflowEvents::ALIASES : []
7981 service ('argument_resolver ' ),
8082 ])
8183 ->tag ('container.hot_path ' )
84+ ->tag ('container.preload ' , ['class ' => HttpKernelRunner::class])
85+ ->tag ('container.preload ' , ['class ' => ResponseRunner::class])
8286 ->tag ('container.preload ' , ['class ' => SymfonyRuntime::class])
8387 ->alias (HttpKernelInterface::class, 'http_kernel ' )
8488
You can’t perform that action at this time.
0 commit comments