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