芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/giga.mgaplay.com.br/vendor/lcobucci/jwt/src/Validation/Constraint/IdentifiedBy.php
id = $id; } public function assert(Token $token) { if (! $token->isIdentifiedBy($this->id)) { throw new ConstraintViolation( 'The token is not identified with the expected ID' ); } } }