Overrides FlashBagInterface::set
public function set(string $type, string|array $messages) : void { $this->flashes['new'][$type] = (array) $messages; }