Fix errors in 3rd party lib

MAILPOET-5239
This commit is contained in:
Oluwaseun Olorunsola
2023-04-19 14:06:45 +02:00
committed by Oluwaseun Olorunsola
parent 0fe75d98f9
commit ec987cbc4e
4 changed files with 5 additions and 5 deletions

View File

@@ -87,7 +87,7 @@ class ScheduledTaskEntity {
* @ORM\OneToMany(targetEntity="MailPoet\Entities\ScheduledTaskSubscriberEntity", mappedBy="task", fetch="EXTRA_LAZY")
* @var Collection<int, ScheduledTaskSubscriberEntity>
*/
public $subscribers;
private $subscribers;
/**
* @ORM\OneToOne(targetEntity="MailPoet\Entities\SendingQueueEntity", mappedBy="task", fetch="EAGER")