예제 #1
0
파일: JWT.php 프로젝트: alpfish/alp
 public static function touch($token = null)
 {
     return Token::touch($token);
 }