コード例 #1
0
ファイル: FascieRepo.php プロジェクト: sidis405/ibi
 public function getAll()
 {
     return Fascie::with('prodotti')->orderBy('nome')->get();
 }