/home2/mshostin/crm.ms-hostingladz.com/vendor/spatie/flare-client-php/src/Time/Time.php
<?php

namespace Spatie\FlareClient\Time;

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