Files
piratepoet/lib/Models/StatsNotification.php
Pavel Dohnal 9080b5260e Create a new table for stats notification
[MAILPOET-1571]
2019-01-28 10:56:01 +01:00

10 lines
135 B
PHP

<?php
namespace MailPoet\Models;
class StatsNotification extends Model {
public static $_table = MP_STATS_NOTIFICATIONS_TABLE;
}