Commit 076884a1 authored by sandroresende's avatar sandroresende

correcao tela solicitacao de cadastro

parent d6b82ccf
......@@ -49,9 +49,9 @@ class EntePublicoController extends Controller
DB::beginTransaction();
$possuiUsuarioCPF = User::where('txt_cpf_usuario',$request->txt_cpf_usuario)->get();
$possuiUsuarioCPF = User::where('txt_cpf_usuario',$request->txt_cpf_usuario)->get();
$possuiUsuarioEmail = User::where('email',$request->email)->get();
$possuiUsuarioEmail = User::where('email',$request->email)->get();
if(count($possuiUsuarioCPF) > 0){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment