Esempio n. 1
0
 /**
  * Execute the command.
  *
  * @return void
  */
 public function handle()
 {
     $client = new Client();
     $client->updateH5Account($this->account);
 }