Applied fixes from StyleCI

This commit is contained in:
Sujit Prasad
2016-06-17 11:13:33 -04:00
committed by StyleCI Bot
parent 1dcdb864ab
commit 02561e2cd3
48 changed files with 1685 additions and 1494 deletions

View File

@@ -65,7 +65,7 @@ class UnAuthController extends Controller
$ticket_number = $request->input('ticket_number');
// get user details
$user_details = User::where('email', '=', $email)->first();
if($user_details == null) {
if ($user_details == null) {
return \Redirect::route('form')->with('fails', Lang::get('lang.sorry_that_email_is not_available_in_this_system'));
}
// get ticket details