/home/techb158/dev.balacoffee.com/vendor/laravel/framework/src/Illuminate/Queue
Edit: /home/techb158/dev.balacoffee.com/vendor/laravel/framework/src/Illuminate/Queue/WorkerOptions.php (2413B)
name = $name;
$this->backoff = $backoff;
$this->sleep = $sleep;
$this->rest = $rest;
$this->force = $force;
$this->memory = $memory;
$this->timeout = $timeout;
$this->maxTries = $maxTries;
$this->stopWhenEmpty = $stopWhenEmpty;
$this->maxJobs = $maxJobs;
$this->maxTime = $maxTime;
}
}