Fix missing array key
[MAILPOET-6142]
This commit is contained in:
@ -394,6 +394,7 @@ class Newsletter {
|
|||||||
'count_total' => 1,
|
'count_total' => 1,
|
||||||
'created_at' => null,
|
'created_at' => null,
|
||||||
'updated_at' => null,
|
'updated_at' => null,
|
||||||
|
'meta' => null,
|
||||||
];
|
];
|
||||||
$this->queues[] = array_merge($queue, $options);
|
$this->queues[] = array_merge($queue, $options);
|
||||||
return $this;
|
return $this;
|
||||||
|
Reference in New Issue
Block a user