示例#1
0
 public function __construct()
 {
     $gateway = \Cli::option('gateway', \Cli::option('g'));
     $this->gateway = \Sms::forge($gateway);
 }