Closed yann-eugone closed 3 years ago
If this is something you are interested with, I can create a PR
sure! it would be great, thank you!
In order to be BC, he has to support both Session and RequestStack as first param of the constructor. And we will remove the Session support in next major.
Feature Request
Looks like FlashManager is not Symfony 5.3 ready.
Spotted during automated tests :
If this is something you are interested with, I can create a PR :
I would replace session dependency with
RequestStack
, and get session from main request (or master, depending on Symfony's version) in thegetSession
method.