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