コード例 #1
0
ファイル: Form.php プロジェクト: icehawk/forms
 public function hasTokenExpired() : bool
 {
     return $this->token->isExpired();
 }