Fix undefined property

This commit is contained in:
Pavel Dohnal
2019-01-29 08:25:32 +01:00
parent 9f533ad5c7
commit 44b27c32ce

View File

@ -17,6 +17,7 @@ if(!defined('ABSPATH')) exit;
* @property array $segments
* @property array $subscriptions
* @property string $unconfirmed_data
* @property int $is_woocommerce_user
*/
class Subscriber extends Model {
public static $_table = MP_SUBSCRIBERS_TABLE;