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