option('count'); Bus::chain([ (new \App\Jobs\Mass\MassUpsert\MassUpsert1Job($count)), (new \App\Jobs\Mass\MassUpsert\MassUpsert2Job($count)), ])->dispatch(); } }