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