/home/techb158/dev.balacoffee.com/vendor/maatwebsite/excel/src/Mixins
NameSizeModeActions
DownloadCollection.php21770644editdlrm
StoreCollection.php19630644editdlrm
Edit: /home/techb158/dev.balacoffee.com/vendor/maatwebsite/excel/src/Mixins/StoreCollection.php (1963B)
collection = $collection->toBase(); $this->withHeadings = $withHeadings; } /** * @return Collection */ public function collection() { return $this->collection; } /** * @return array */ public function headings(): array { if (!$this->withHeadings) { return []; } return is_array($first = $this->collection->first()) ? $this->collection->collapse()->keys()->all() : array_keys($first->toArray()); } }; return $export->store($filePath, $disk, $writerType); }; } }