reviewId = $reviewId; } /** * Execute the job. */ public function handle() { Artisan::call('cron:property-review-analyze-service', [ 'review_id' => $this->reviewId, ]); } }