Closed
Description
According to the Component documentation we can use
$session->getFlashBag()->add('type', 'message');
to add to a stack of flash messages using the FlashBagInterface API? This method does not appear to be in the actual object?
Has this since been changed so that we use just use the set
method and build the array of messages there?