9 lines
172 B
PHP
9 lines
172 B
PHP
<?php
|
|
namespace MailPoet\Models;
|
|
|
|
if(!defined('ABSPATH')) exit;
|
|
|
|
class StatisticsUnsubscribes extends Model {
|
|
public static $_table = MP_STATISTICS_UNSUBSCRIBES_TABLE;
|
|
}
|