X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/restate/vendor/maatwebsite/excel/src/Jobs
home
/
gfecatvj
/
sites
/
restate
/
vendor
/
maatwebsite
/
excel
/
src
/
Jobs
/
📁
..
📄
AfterImportJob.php
(1.29 KB)
📄
AppendDataToSheet.php
(1.92 KB)
📄
AppendQueryToSheet.php
(2.27 KB)
📄
AppendViewToSheet.php
(1.86 KB)
📄
CloseSheet.php
(1.71 KB)
📄
ExtendedQueueable.php
(402 B)
📄
ProxyFailures.php
(291 B)
📄
QueueExport.php
(1.8 KB)
📄
QueueImport.php
(640 B)
📄
ReadChunk.php
(3.77 KB)
📄
StoreQueuedExport.php
(1.27 KB)
Editing: ExtendedQueueable.php
<?php namespace Maatwebsite\Excel\Jobs; use Illuminate\Bus\Queueable; trait ExtendedQueueable { use Queueable { chain as originalChain; } /** * @param $chain * * @return $this */ public function chain($chain) { collect($chain)->each(function ($job) { $this->chained[] = serialize($job); }); return $this; } }
Upload File
Create Folder