/**
  * forget custom mobile rule
  *
  * @param array $data
  * @throws LaravelSmsException
  * @static 
  */
 public static function forgetMobileRule($data = array())
 {
     return \Toplan\Sms\SmsManager::forgetMobileRule($data);
 }