芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/myvyralapp.com/bck/vendor/maatwebsite/excel/src/Exceptions/RowSkippedException.php
failures = $failures; parent::__construct(); } /** * @return Failure[]|Collection */ public function failures(): Collection { return new Collection($this->failures); } /** * @return int[] */ public function skippedRows(): array { return $this->failures()->map->row()->all(); } }