Current Path : /home/cinepatreb/billetterie/vendor/lcobucci/jwt/src/Token/ |
Current File : /home/cinepatreb/billetterie/vendor/lcobucci/jwt/src/Token/Signature.php |
<?php namespace Lcobucci\JWT\Token; use Lcobucci\JWT\Signature as SignatureImpl; use function class_alias; class_exists(Signature::class, false) || class_alias(SignatureImpl::class, Signature::class);