HOME


Mini Shell 1.0
DIR: /home/otwalrll/satojafurnitures.com/wp-content/plugins/tidio-live-chat/src/Clock/
Upload File :
Current File : /home/otwalrll/satojafurnitures.com/wp-content/plugins/tidio-live-chat/src/Clock/Clock.php
<?php

namespace TidioLiveChat\Clock;

if (!defined('WPINC')) {
    die('File loaded directly. Exiting.');
}

use DateTimeImmutable;

class Clock
{
    /**
     * @return DateTimeImmutable
     */
    public function getCurrentTimestamp()
    {
        return new DateTimeImmutable('now');
    }
}