Example #1
0
 public function getById($id)
 {
     return Comunicati::where('id', $id)->first();
 }