You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A session implementation does not have to have a flashbag. Symfony's session class has one, but it was not intended to be part of the session interface. Adding one would mean that all session implementation must have flashes. The method in the concrete class is just a shortcut for getBag('flashes').
I can create a PR for this, but I'm not sure if there was a reason it was left off the interface?
I searched through the issue history for the method name and could not find any reference to the said method's absence.
https://github.com/symfony/symfony/blob/master/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php#L207 and https://github.com/symfony/symfony/blob/master/src/Symfony/Component/HttpFoundation/Session/Session.php#L248
And the PR would go to master, correct?
The text was updated successfully, but these errors were encountered: