Fix missing array key

[MAILPOET-6142]
This commit is contained in:
Jan Jakes
2024-07-14 15:32:45 +02:00
committed by Aschepikov
parent fd72597e2c
commit 240f15e22a

View File

@ -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;