Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/api.xalonx.com/vendor/beste/clock/src/
Upload File :
Current File : /home/users/unlimited/www/api.xalonx.com/vendor/beste/clock/src/Clock.php

<?php

declare(strict_types=1);

namespace Beste;

use Psr\Clock\ClockInterface;

interface Clock extends ClockInterface
{

}