Create a new table for stats notification

[MAILPOET-1571]
This commit is contained in:
Pavel Dohnal
2018-12-11 13:23:28 +01:00
parent 423341abb0
commit 9080b5260e
4 changed files with 36 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
<?php
namespace MailPoet\Models;
class StatsNotification extends Model {
public static $_table = MP_STATS_NOTIFICATIONS_TABLE;
}