예제 #1
0
 public function find($usuario)
 {
     return Clinica::where('iduser', '=', $usuario)->get();
 }