-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Description
In AutoExpireFlashBag implementation, the method all() clears all flash messages already added in a current session. AutoExpireFlashBag is supposed to give access to newly added flashes only in the next session.
I think this is misleading. Shouldn't all() method clear only flashes from previous session and not touch new flashes?