marketData = $market_data; } /** * Execute the job. * * @return void */ public function handle() { UserChat::sendText($this->marketData); } }