Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-10-20 04:01:34 +00:00
parent 6885c0fe4e
commit 2a272c12f2

View File

@@ -70,7 +70,7 @@ class QueueController extends Controller
} }
} }
return redirect()->back()->with('success',trans('lang.updated')); return redirect()->back()->with('success', trans('lang.updated'));
} catch (Exception $ex) { } catch (Exception $ex) {
return redirect()->back()->with('fails', $ex->getMessage()); return redirect()->back()->with('fails', $ex->getMessage());
} }