Esempio n. 1
0
 function responseBadRequest($content, array $headers = [])
 {
     return Response::BadRequest($content, $headers);
 }