Pause all scheduled tasks when pausing newsletter
[MAILPOET-3481]
This commit is contained in:
@ -79,7 +79,7 @@ class SendingQueueEntity {
|
||||
private $meta;
|
||||
|
||||
/**
|
||||
* @ORM\OneToOne(targetEntity="MailPoet\Entities\ScheduledTaskEntity")
|
||||
* @ORM\OneToOne(targetEntity="MailPoet\Entities\ScheduledTaskEntity", fetch="EAGER")
|
||||
* @var ScheduledTaskEntity|null
|
||||
*/
|
||||
private $task;
|
||||
|
Reference in New Issue
Block a user