Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Commit

Permalink
We won't flash messages for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-PierreGassin committed Mar 26, 2018
1 parent d61e8da commit abc112f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Http/Controllers/EnquiryController.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,7 @@ public function store(Request $request)
}

return redirect()
->back()
->with([
'message' => __('Form Submitted'),
'alert-type' => 'success',
]);
->back();
}

/**
Expand Down

0 comments on commit abc112f

Please sign in to comment.