Apply fixes from StyleCI

This commit is contained in:
Manish Verma
2018-08-13 09:00:54 +00:00
committed by StyleCI Bot
parent 9787b36d0b
commit c0bb82b472

View File

@@ -621,6 +621,7 @@ class UserController extends Controller
} }
} catch (Exception $e) { } catch (Exception $e) {
dd($e); dd($e);
return redirect()->back()->with('fails', $e->getMessage()); return redirect()->back()->with('fails', $e->getMessage());
} }
} }