Overrides FlashBagInterface::peek
public function peek(string $type, array $default = []) : array { return $this->has($type) ? $this->flashes['display'][$type] : $default; }