Apply fixes from StyleCI

This commit is contained in:
Manish Verma
2018-08-16 13:18:59 +00:00
committed by StyleCI Bot
parent ffc7206598
commit e972c95441

View File

@@ -1248,6 +1248,7 @@ class ApiController extends Controller
$result['assignee'] = null; $result['assignee'] = null;
} }
} }
return response()->json(compact('result')); return response()->json(compact('result'));
} catch (\Exception $e) { } catch (\Exception $e) {
$error = $e->getMessage(); $error = $e->getMessage();