Beispiel #1
0
 public function getById($id)
 {
     return Paesi::where('id', $id)->with('prodotti')->first();
 }