Exemplo n.º 1
0
 /**
  * Display a listing of the restaurants.
  *
  * @return \Illuminate\Http\Response
  */
 public function index()
 {
     return Restaurant::with('ratings')->get();
 }