Fixes #49
This commit is contained in:
8
lib/Models/Subscriber.php
Normal file
8
lib/Models/Subscriber.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
namespace MailPoet\Models;
|
||||
|
||||
if (!defined('ABSPATH')) exit;
|
||||
|
||||
class Subscriber extends \Model {
|
||||
public static $_table = MP_SUBSCRIBERS_TABLE;
|
||||
}
|
Reference in New Issue
Block a user