DIR: /home/otwalrll/satojafurnitures.com/wp-content/plugins/tidio-live-chat/src/Clock/ |
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'); } } |