Apply fixes from StyleCI
This commit is contained in:

committed by
StyleCI Bot

parent
a79c2176d3
commit
01700a00bd
@@ -338,6 +338,7 @@ class TemplateController extends Controller
|
||||
];
|
||||
|
||||
$this->PhpMailController->sendmail($from, $to_address, $message, [], []);
|
||||
|
||||
return redirect()->back()->with('success', 'Mail has send successfully');
|
||||
} catch (Exception $e) {
|
||||
return redirect()->back()->with('fails', $e->getMessage());
|
||||
|
Reference in New Issue
Block a user