Current File : /home/exataengenharia/public_html/vendor/spatie/flare-client-php/src/Time/Time.php
<?php

namespace Spatie\FlareClient\Time;

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