Example #1
0
 function responseJsonBadRequest($content, array $headers = [], $options = 0)
 {
     return Response::jsonBadRequest($content, $headers, $options);
 }