Fix errors in 3rd party lib
MAILPOET-5239
This commit is contained in:
committed by
Oluwaseun Olorunsola
parent
0fe75d98f9
commit
ec987cbc4e
@@ -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")
|
||||
|
Reference in New Issue
Block a user