Ejemplo n.º 1
0
 /**
  * @return mixed
  */
 public function index()
 {
     $rentals = Rental::all();
     return $this->respond(['rentals' => $rentals]);
 }