Create a new table for stats notification
[MAILPOET-1571]
This commit is contained in:
9
lib/Models/StatsNotification.php
Normal file
9
lib/Models/StatsNotification.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace MailPoet\Models;
|
||||
|
||||
class StatsNotification extends Model {
|
||||
public static $_table = MP_STATS_NOTIFICATIONS_TABLE;
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user