Fix undefined properties in models [MAILPOET-2488]
This commit is contained in:
@@ -4,6 +4,11 @@ namespace MailPoet\Models;
|
||||
|
||||
use MailPoet\WP\Functions as WPFunctions;
|
||||
|
||||
/**
|
||||
* @property string $name
|
||||
* @property string $newsletter_type
|
||||
*/
|
||||
|
||||
class NewsletterOptionField extends Model {
|
||||
public static $_table = MP_NEWSLETTER_OPTION_FIELDS_TABLE;
|
||||
|
||||
|
Reference in New Issue
Block a user