storage() 보호된 정적인 메소드

获取存储器
protected static storage ( ) : Toplan\Sms\Storage
리턴 Toplan\Sms\Storage
 /**
  * get storage
  *
  * @throws LaravelSmsException
  * @return null 
  * @static 
  */
 public static function storage()
 {
     return \Toplan\Sms\SmsManager::storage();
 }