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