Ejemplo n.º 1
0
 public static function pacienteFound($pid)
 {
     return Paciente::where('pa_id_persona', $pid)->firstOrFail();
 }