rss_post_id = $rss_post_id; } /** * Execute the job. */ public function handle(): void { ParseRssPostMetadataTask::handle($this->rss_post_id); } }