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