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