예제 #1
0
파일: Token.php 프로젝트: nectd/nectd-web
 public function __toString()
 {
     try {
         return $this->token->getToken();
     } catch (\Exception $e) {
         return '';
     }
 }