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