Esempio n. 1
0
 function responseJsonConflict($content, array $headers = [], $options = 0)
 {
     return Response::jsonConflict($content, $headers, $options);
 }