Exemplo n.º 1
0
 public function timeline()
 {
     $result = Rating::timeline();
     return Response::json($result);
 }