Exemplo n.º 1
0
 public function findbyidUser($id)
 {
     $asp = Aspirante::where('idUser', '=', $id)->get();
     return $asp->first();
 }