File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2323use Symfony \Component \Console \ConsoleEvents ;
2424use Symfony \Component \DependencyInjection \Config \ContainerParametersResourceChecker ;
2525use Symfony \Component \DependencyInjection \EnvVarProcessor ;
26+ use Symfony \Component \DependencyInjection \Parameter ;
2627use Symfony \Component \DependencyInjection \ParameterBag \ContainerBag ;
2728use Symfony \Component \DependencyInjection \ParameterBag \ContainerBagInterface ;
2829use Symfony \Component \DependencyInjection \ParameterBag \ParameterBagInterface ;
@@ -154,7 +155,7 @@ class_exists(WorkflowEvents::class) ? WorkflowEvents::ALIASES : []
154155
155156 ->set ('uri_signer ' , UriSigner::class)
156157 ->args ([
157- param ('kernel.secret ' ),
158+ new Parameter ('kernel.secret ' )
158159 ])
159160 ->alias (UriSigner::class, 'uri_signer ' )
160161
You can’t perform that action at this time.
0 commit comments