Example #1
0
 public function getBorrarInscrito($ofertaId, $demandanteId)
 {
     Oferta::find($ofertaId)->inscritos()->detach($demandanteId);
 }