Example #1
0
File: JWT.php Project: alpfish/alp
 public static function touch($token = null)
 {
     return Token::touch($token);
 }