
PK 
| ADDRLIN : /home/questend/public_html/domains/flaxzy.com/vendor/spatie/flare-client-php/src/Time/ |
| Current File : /home/questend/public_html/domains/flaxzy.com/vendor/spatie/flare-client-php/src/Time/Time.php |
<?php
namespace Spatie\FlareClient\Time;
interface Time
{
public function getCurrentTime(): int;
}

