Applied fixes from StyleCI

This commit is contained in:
Sujit Prasad
2016-03-11 08:20:29 -05:00
committed by StyleCI Bot
parent 3316345ebe
commit 18b6eec7cb
6 changed files with 111 additions and 67 deletions

View File

@@ -54,7 +54,7 @@ class Handler extends ExceptionHandler
*/
public function render($request, Exception $e)
{
// $phpmail = new PhpMailController;
// $phpmail = new PhpMailController;
// if ($e instanceof \Tymon\JWTAuth\Exceptions\TokenExpiredException) {
// return response()->json(['message' => $e->getMessage(), 'code' => $e->getStatusCode()]);
// } elseif ($e instanceof \Tymon\JWTAuth\Exceptions\TokenInvalidException) {