| Current Path : /home/bullgymbny/app2/vendor/spatie/flare-client-php/src/Time/ |
| Current File : /home/bullgymbny/app2/vendor/spatie/flare-client-php/src/Time/Time.php |
<?php
namespace Spatie\FlareClient\Time;
interface Time
{
public function getCurrentTime(): int;
}