Standards

This commit is contained in:
Michael 2022-07-23 14:10:07 +00:00
parent 5d6eb4670a
commit 6a19639ac2
2 changed files with 2 additions and 2 deletions

View File

@ -282,7 +282,7 @@ class Processor
if (!empty($activity['context'])) {
$item['conversation'] = $activity['context'];
} elseif(!empty($activity['conversation'])) {
} elseif (!empty($activity['conversation'])) {
$item['conversation'] = $activity['conversation'];
}

View File

@ -59,7 +59,7 @@ class Queue
if (!empty($activity['context'])) {
$fields['conversation'] = $activity['context'];
} elseif(!empty($activity['conversation'])) {
} elseif (!empty($activity['conversation'])) {
$fields['conversation'] = $activity['conversation'];
}