App\Services\Deployment\QueueDeployCommander::__construct PHP Метод

__construct() публичный Метод

public __construct ( Illuminate\Contracts\Bus\Dispatcher $dispatcher )
$dispatcher Illuminate\Contracts\Bus\Dispatcher
    public function __construct(Dispatcher $dispatcher)
    {
        $this->dispatcher = $dispatcher;
    }