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