- Fixes scheduling of notifications
This commit is contained in:
@ -54,6 +54,7 @@ class SendingQueue {
|
||||
->where('newsletter_type', 'notification')
|
||||
->findOne();
|
||||
$relation = NewsletterOption::where('option_field_id', $option_field->id)
|
||||
->where('newsletter_id', $newsletter->id)
|
||||
->findOne();
|
||||
if(!$relation) {
|
||||
$relation = NewsletterOption::create();
|
||||
|
Reference in New Issue
Block a user