Update ContactController, fixes #2042

This commit is contained in:
Daniel Supernault 2020-02-22 21:07:59 -07:00
parent 2bf9f74fcd
commit c9057e87ba
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ class ContactController extends Controller
$contact->user_id = $user->id;
$contact->response_requested = $request_response;
$contact->message = $message;
$contact->response = '';
$contact->save();
ContactPipeline::dispatchNow($contact);