PHP 8.3.31
Preview: BatchDispatched.php Size: 411 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Bus/Events/BatchDispatched.php

<?php

namespace Illuminate\Bus\Events;

use Illuminate\Bus\Batch;

class BatchDispatched
{
    /**
     * The batch instance.
     *
     * @var \Illuminate\Bus\Batch
     */
    public $batch;

    /**
     * Create a new event instance.
     *
     * @param  \Illuminate\Bus\Batch  $batch
     * @return void
     */
    public function __construct(Batch $batch)
    {
        $this->batch = $batch;
    }
}

Directory Contents

Dirs: 0 × Files: 1

Name Size Perms Modified Actions
411 B lrw-rw-rw- 2025-09-17 06:53:02
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).