Your IP : 18.222.102.248


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

<?php

namespace Spatie\FlareClient\Time;

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

?>