Apply fixes from StyleCI
This commit is contained in:

committed by
StyleCI Bot

parent
9fe479b141
commit
ed3bbd76d7
@@ -341,7 +341,8 @@ class TemplateController extends Controller
|
||||
|
||||
return redirect()->back()->with(
|
||||
'success',
|
||||
trans('lang.mail-sent-to-job-for-process'));
|
||||
trans('lang.mail-sent-to-job-for-process')
|
||||
);
|
||||
} catch (Exception $e) {
|
||||
return redirect()->back()->with('fails', $e->getMessage());
|
||||
}
|
||||
|
Reference in New Issue
Block a user