Fix tests and default values
[MAILPOET-2286]
This commit is contained in:
committed by
Jack Kitterhing
parent
d61d7ce483
commit
2c0f16b0dd
@ -117,7 +117,7 @@ class NewsletterEntity {
|
||||
* @ORM\Column(type="string")
|
||||
* @var string
|
||||
*/
|
||||
private $ga_campaign;
|
||||
private $ga_campaign = '';
|
||||
|
||||
/**
|
||||
* @ORM\ManyToOne(targetEntity="MailPoet\Entities\NewsletterEntity")
|
||||
|
Reference in New Issue
Block a user