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