Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/egrocer.codeskitter.site/vendor/kreait/clock/src/
Upload File :
Current File : /home/users/unlimited/www/egrocer.codeskitter.site/vendor/kreait/clock/src/Clock.php

<?php

declare(strict_types=1);

namespace Kreait;

use DateTimeImmutable;
use StellaMaris\Clock\ClockInterface;

interface Clock extends ClockInterface
{
    public function now(): DateTimeImmutable;
}