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

@@ -196,7 +196,7 @@ class UpgradeController extends Controller
return redirect()->back();
}
} catch (Exception $ex) {
return redirect()->back()->with('fails',$ex->getMessage());
return redirect()->back()->with('fails', $ex->getMessage());
}
}
@@ -218,7 +218,7 @@ class UpgradeController extends Controller
return redirect()->back();
}
} catch (Exception $ex) {
return redirect()->back()->with('fails',$ex->getMessage());
return redirect()->back()->with('fails', $ex->getMessage());
}
}
@@ -326,7 +326,7 @@ class UpgradeController extends Controller
return redirect()->back();
}
} catch (Exception $ex) {
return redirect()->back()->with('fails',$ex->getMessage());
return redirect()->back()->with('fails', $ex->getMessage());
}
}
@@ -341,7 +341,7 @@ class UpgradeController extends Controller
return redirect()->back();
}
} catch (Exception $ex) {
return redirect()->back()->with('fails',$ex->getMessage());
return redirect()->back()->with('fails', $ex->getMessage());
}
}
}