mirror of
https://github.com/freescout-helpdesk/freescout.git
synced 2024-11-25 03:43:33 +01:00
StyleCI
This commit is contained in:
parent
057b814e91
commit
cf1e89f6ef
@ -369,18 +369,18 @@ class FetchEmails extends Command
|
||||
$this->createCustomers($emails, $mailbox->getEmails());
|
||||
|
||||
$hook = new \StdClass;
|
||||
$hook->mailbox = $mailbox;
|
||||
$hook->message_id = $message_id;
|
||||
$hook->mailbox = $mailbox;
|
||||
$hook->message_id = $message_id;
|
||||
$hook->prev_thread = $prev_thread;
|
||||
$hook->from = $from;
|
||||
$hook->to = $to;
|
||||
$hook->cc = $cc;
|
||||
$hook->bcc = $bcc;
|
||||
$hook->subject = $subject;
|
||||
$hook->body = $body;
|
||||
$hook->from = $from;
|
||||
$hook->to = $to;
|
||||
$hook->cc = $cc;
|
||||
$hook->bcc = $bcc;
|
||||
$hook->subject = $subject;
|
||||
$hook->body = $body;
|
||||
$hook->attachments = $attachments;
|
||||
$hook->message = $message;
|
||||
$hook->is_bounce = $is_bounce;
|
||||
$hook->message = $message;
|
||||
$hook->is_bounce = $is_bounce;
|
||||
|
||||
$new_thread = null;
|
||||
if ($message_from_customer) {
|
||||
|
Loading…
Reference in New Issue
Block a user