Remove NewsletterPost model

[MAILPOET-3027]
This commit is contained in:
Pavel Dohnal
2021-03-10 11:17:43 +01:00
committed by Veljko V
parent ee41046b8e
commit b12ab9ba66

View File

@@ -1,13 +0,0 @@
<?php
namespace MailPoet\Models;
/**
* @property int $newsletterId
* @property int $postId
* @property string $updatedAt
*/
class NewsletterPost extends Model {
public static $_table = MP_NEWSLETTER_POSTS_TABLE; // phpcs:ignore PSR2.Classes.PropertyDeclaration
}