Your IP : 18.191.171.121


Current Path : /proc/thread-self/root/home/lentoinv/lentoria.com/vendor/spatie/flare-client-php/src/Time/
Upload File :
Current File : //proc/thread-self/root/home/lentoinv/lentoria.com/vendor/spatie/flare-client-php/src/Time/Time.php

<?php

namespace Spatie\FlareClient\Time;

interface Time
{
    public function getCurrentTime(): int;
}

?>