File "DeprecatedProperties.php"

Full Path: /home/warrior1/public_html/wp-content/plugins/mailpoet/vendor-prefixed/nesbot/carbon/src/Carbon/Traits/DeprecatedProperties.php
File size: 240 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
declare (strict_types=1);
namespace MailPoetVendor\Carbon\Traits;
if (!defined('ABSPATH')) exit;
trait DeprecatedProperties
{
 public $localeDayOfWeek;
 public $shortLocaleDayOfWeek;
 public $localeMonth;
 public $shortLocaleMonth;
}