Your IP : 3.144.100.31


Current Path : /home/church/michaelblakemenswear.com/wp-content/plugins/mailpoet/lib/Models/
Upload File :
Current File : /home/church/michaelblakemenswear.com/wp-content/plugins/mailpoet/lib/Models/NewsletterSegment.php

<?php

namespace MailPoet\Models;

if (!defined('ABSPATH')) exit;


/**
 * @property int $newsletterId
 * @property int $segmentId
 * @property string $updatedAt
 */
class NewsletterSegment extends Model {
  public static $_table = MP_NEWSLETTER_SEGMENT_TABLE; // phpcs:ignore PSR2.Classes.PropertyDeclaration
}