Joywork/import/Clock/Clock.php

9 lines
103 B
PHP
Raw Permalink Normal View History

2026-05-22 20:21:54 +02:00
<?php
interface Clock
{
/**
* @return \DateTimeImmutable
*/
public function now();
}