Beispiel #1
0
 public function getAll()
 {
     return Paesi::with('prodotti')->orderBy('nome')->get();
 }