Files
Heimdall/vendor/lcobucci/jwt/src/Validation/ValidAt.php
2024-02-16 21:36:54 +00:00

9 lines
109 B
PHP

<?php
declare(strict_types=1);
namespace Lcobucci\JWT\Validation;
interface ValidAt extends Constraint
{
}