예제 #1
0
파일: sms.php 프로젝트: indigophp/fuel-sms
 public function __construct()
 {
     $gateway = \Cli::option('gateway', \Cli::option('g'));
     $this->gateway = \Sms::forge($gateway);
 }