File "NewsletterSegment.php"

Full Path: /home/warrior1/public_html/plugins/mailpoet/lib/Models/NewsletterSegment.php
File size: 312 bytes
MIME-type: text/x-php
Charset: utf-8

<?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
}