コード例 #1
0
ファイル: SegnalazioniRepo.php プロジェクト: sidis405/ibi
 public function getById($id)
 {
     return Segnalazioni::where('id', $id)->first();
 }