/home/kueuepay/public_html/vendor/spatie/flare-client-php/src/Time/Time.php
<?php

namespace Spatie\FlareClient\Time;

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

Examples

For code examples and implementation guides, please refer to the “Examples” section on our developer portal. Go to GitHub Repository