/home/smartonegroup/public_html/system/vendor/lcobucci/jwt/src/Validation/ValidAt.php
<?php
declare(strict_types=1);

namespace Lcobucci\JWT\Validation;

interface ValidAt extends Constraint
{
}