Files
piratepoet/lib/Models/SubscriberIP.php
Jan Jakeš 1b5b9d89ff Autofix namespace declaration spacing
[MAILPOET-2409]
2019-10-01 14:29:30 +01:00

11 lines
155 B
PHP

<?php
namespace MailPoet\Models;
/**
* @property string $ip
*/
class SubscriberIP extends Model {
public static $_table = MP_SUBSCRIBER_IPS_TABLE;
}