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