Use correct return value

[MAILPOET-2320]
This commit is contained in:
Pavel Dohnal
2019-09-03 10:15:05 +02:00
committed by M. Shull
parent c3bd05e7e3
commit abdf20b490
8 changed files with 37 additions and 0 deletions

View File

@@ -2,6 +2,11 @@
namespace MailPoet\Models;
/**
* @property int $newsletter_id
* @property int $task_id
* @property string $updated_at
*/
class StatsNotification extends Model {
public static $_table = MP_STATS_NOTIFICATIONS_TABLE;