wallet = $wallet; $this->noBalanceContinue = $no_balance_continue; } /** * Execute the job. * * @return void */ public function handle() { BlockChain::updateWalletBalance($this->wallet, $this->noBalanceContinue); } }