/home/techb158/ileadtechnology.com/vendor/lcobucci/jwt/src/Validation/Constraint
NameSizeModeActions
IdentifiedBy.php6030644editdlrm
IssuedBy.php6410644editdlrm
LeewayCannotBeNegative.php3320644editdlrm
PermittedFor.php6090644editdlrm
RelatedTo.php5930644editdlrm
SignedWith.php8710644editdlrm
ValidAt.php19360644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/lcobucci/jwt/src/Validation/Constraint/RelatedTo.php (593B)
subject = $subject; } public function assert(Token $token) { if (! $token->isRelatedTo($this->subject)) { throw new ConstraintViolation( 'The token is not related to the expected subject' ); } } }