CoreShop
CoreShop copied to clipboard
Injecting @session is deprecated with Symfony
Q | A |
---|---|
Bug report? | yes |
Feature request? | no |
BC Break report? | no |
RFC? | no |
Injecting the @session
service is deprecated in Symfony 5.4+. The correct approach now is to inject RequestStack
.