Merge pull request #259 from ladybirdweb/analysis-8AbLMP

Applied fixes from StyleCI
This commit is contained in:
Manish Verma
2016-10-20 18:59:48 +05:30
committed by GitHub
2 changed files with 6 additions and 8 deletions

View File

@@ -706,7 +706,6 @@ class UserController extends Controller
} else {
return Redirect::route('profile')->with('fails', Lang::get('lang.Profile-Updated-sucessfully'));
}
} catch (Exception $e) {
return Redirect::route('profile')->with('fails', $e->getMessage());
}

View File

@@ -117,7 +117,6 @@ class GuestController extends Controller
} else {
return redirect()->back()->route('profile')->with('fails', Lang::get('lang.Profile-Updated-sucessfully'));
}
} catch (Exception $e) {
return redirect()->back()->route('profile')->with('fails', $e->getMessage());
}