Exemple #1
0
 public function equals(IdentifiesFormRequestSource $other) : bool
 {
     return $other->toString() == $this->toString();
 }
Exemple #2
0
 public function hasTokenExpired() : bool
 {
     return $this->token->isExpired();
 }