Files
piratepoet/lib/Models/SubscriberIP.php
Ján Mikláš 3ee58aea10 Add space between if and ‘(‘
[MAILPOET-1791]
2019-02-13 08:26:27 -05:00

9 lines
154 B
PHP

<?php
namespace MailPoet\Models;
if (!defined('ABSPATH')) exit;
class SubscriberIP extends Model {
public static $_table = MP_SUBSCRIBER_IPS_TABLE;
}