Envato updates

This commit is contained in:
Manish Verma
2018-08-16 13:56:18 +05:30
parent 3fc523df9e
commit cfec60b43f
4 changed files with 4 additions and 4 deletions

View File

@@ -186,7 +186,6 @@ class TicketController extends Controller
return Redirect('newticket')->with('fails', Lang::get('lang.failed-to-create-user-tcket-as-mobile-has-been-taken'))->withInput($request->except('password'));
}
} catch (Exception $e) {
dd($e);
if ($api != false) {
return response()->json(['error' => $e->getMessage()], 500);
}