Viewing File: /home/maglabs/bnb2you/wp-content/plugins/mailpoet/vendor-prefixed/psr/clock/src/ClockInterface.php

<?php
namespace MailPoetVendor\Psr\Clock;
if (!defined('ABSPATH')) exit;
use DateTimeImmutable;
interface ClockInterface
{
 public function now() : DateTimeImmutable;
}
Back to Directory File Manager