/home2/mshostin/crm.ms-hostingladz.com/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;
}