| Current Path : /home/users/unlimited/www/egrocer.codeskitter.site/vendor/kreait/clock/src/ |
| 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;
}