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