JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrconnectionName = $connectionName; $this->queue = $queue; $this->id = $id; $this->job = $job; $this->payload = $payload; $this->delay = $delay; } /** * Get the decoded job payload. * * @return array */ public function payload() { return json_decode($this->payload, true, flags: JSON_THROW_ON_ERROR); } }