Current Path : /proc/thread-self/root/home/lentoinv/props/vendor/spatie/flare-client-php/src/Time/ |
Current File : //proc/thread-self/root/home/lentoinv/props/vendor/spatie/flare-client-php/src/Time/SystemTime.php |
<?php namespace Spatie\FlareClient\Time; use DateTimeImmutable; class SystemTime implements Time { public function getCurrentTime(): int { return (new DateTimeImmutable())->getTimestamp(); } }