Viewing File: /home/ubuntu/btcthrottle-backend/vendor/facade/flare-client-php/src/Time/Time.php

<?php

namespace Facade\FlareClient\Time;

interface Time
{
    public function getCurrentTime(): int;
}
Back to Directory File Manager