%PDF- %PDF-
Direktori : /home/graphicd/public_html/vebto/vendor/kreait/clock/src/ |
Current File : /home/graphicd/public_html/vebto/vendor/kreait/clock/src/Clock.php |
<?php declare(strict_types=1); namespace Kreait; use DateTimeImmutable; interface Clock { public function now(): DateTimeImmutable; }