Plugin updates

Updated faveodate method to work with old configuration
This commit is contained in:
Manish Verma
2018-11-15 12:56:01 +05:30
committed by Manish Verma
parent 0a9da8d404
commit 45b2a2e8f6
2 changed files with 15 additions and 3 deletions

View File

@@ -1048,6 +1048,8 @@ class TicketController extends Controller
}
}
}
\Event::fire('after.ticket.created', array(['ticket' => $ticket, 'form_data' => $form_data]));
// store collaborators
$this->storeCollaborators($headers, $id);
if ($this->ticketThread($subject, $body, $id, $user_id) == true) {