芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/store.kwesioben.com/vendor/lcobucci/jwt/src/Validation/Constraint/RelatedTo.php
subject = $subject; } public function assert(Token $token): void { if (! $token->isRelatedTo($this->subject)) { throw ConstraintViolation::error( 'The token is not related to the expected subject', $this ); } } }