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 23
23
use Symfony \Component \Console \ConsoleEvents ;
24
24
use Symfony \Component \DependencyInjection \Config \ContainerParametersResourceChecker ;
25
25
use Symfony \Component \DependencyInjection \EnvVarProcessor ;
26
+ use Symfony \Component \DependencyInjection \Parameter ;
26
27
use Symfony \Component \DependencyInjection \ParameterBag \ContainerBag ;
27
28
use Symfony \Component \DependencyInjection \ParameterBag \ContainerBagInterface ;
28
29
use Symfony \Component \DependencyInjection \ParameterBag \ParameterBagInterface ;
@@ -154,7 +155,7 @@ class_exists(WorkflowEvents::class) ? WorkflowEvents::ALIASES : []
154
155
155
156
->set ('uri_signer ' , UriSigner::class)
156
157
->args ([
157
- param ('kernel.secret ' ),
158
+ new Parameter ('kernel.secret ' )
158
159
])
159
160
->alias (UriSigner::class, 'uri_signer ' )
160
161
You can’t perform that action at this time.
0 commit comments