Exemplo n.º 1
0
 public function getAnexoByRuta($id)
 {
     $rutas = Anexo::where('ruta_id', '=', $id)->get();
     return $rutas;
 }