Overrides FlashBagInterface::add
public function add(string $type, mixed $message) : void { $this->flashes['new'][$type][] = $message; }