| Current Path : /var/www/html/gamificacionbahia.sumar.com.py/vendor/facade/flare-client-php/src/Time/ |
| Current File : /var/www/html/gamificacionbahia.sumar.com.py/vendor/facade/flare-client-php/src/Time/SystemTime.php |
<?php
namespace Facade\FlareClient\Time;
use DateTimeImmutable;
class SystemTime implements Time
{
public function getCurrentTime(): int
{
return (new DateTimeImmutable())->getTimestamp();
}
}