Refactor to doctrine
[MAILPOET-2335] [MAILPOET-2334]
This commit is contained in:
@ -63,6 +63,11 @@ class ScheduledTaskEntity {
|
||||
*/
|
||||
private $meta;
|
||||
|
||||
/**
|
||||
* @ORM\OneToMany(targetEntity="MailPoet\Entities\ScheduledTaskSubscriberEntity", mappedBy="task", fetch="EXTRA_LAZY")
|
||||
*/
|
||||
public $subscribers;
|
||||
|
||||
/**
|
||||
* @return string|null
|
||||
*/
|
||||
|
Reference in New Issue
Block a user