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