예제 #1
0
파일: Form.php 프로젝트: icehawk/forms
 public function hasTokenExpired() : bool
 {
     return $this->token->isExpired();
 }