queue = $queue; return $this; } /** * Set the desired delay for the job. * * @param int $delay * @return $this */ public function delay($delay) { $this->delay = $delay; return $this; } }