Skip to content

Commit

Permalink
Update ContactController, fixes #2042
Browse files Browse the repository at this point in the history
  • Loading branch information
dansup committed Feb 23, 2020
1 parent 2bf9f74 commit c9057e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Controllers/ContactController.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public function store(Request $request)
$contact->user_id = $user->id;
$contact->response_requested = $request_response;
$contact->message = $message;
$contact->response = '';
$contact->save();

ContactPipeline::dispatchNow($contact);
Expand Down

0 comments on commit c9057e8

Please sign in to comment.