post_id = $post_id; $this->status = $status; } /** * Execute the job. */ public function handle(): void { SchedulePublishTask::handle($this->post_id, $this->status); } }