PHP 8.3.31
Preview: DispatchesJobs.php Size: 573 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Foundation/Bus/DispatchesJobs.php

<?php

namespace Illuminate\Foundation\Bus;

trait DispatchesJobs
{
    /**
     * Dispatch a job to its appropriate handler.
     *
     * @param  mixed  $job
     * @return mixed
     */
    protected function dispatch($job)
    {
        return dispatch($job);
    }

    /**
     * Dispatch a job to its appropriate handler in the current process.
     *
     * Queueable jobs will be dispatched to the "sync" queue.
     *
     * @param  mixed  $job
     * @return mixed
     */
    public function dispatchSync($job)
    {
        return dispatch_sync($job);
    }
}

Directory Contents

Dirs: 0 × Files: 5

Name Size Perms Modified Actions
3.05 KB lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
573 B lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
4.25 KB lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
372 B lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
4.59 KB lrw-rw-rw- 2025-09-17 06:52:56
Edit Download

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