"resources/views/projeto/vscode:/vscode.git/clone" did not exist on "1a944ec7ad10f34b2d2e509aa8b4fd6475e3e8e9"
Unverified Commit 2f96688e authored by GuilhermeGz's avatar GuilhermeGz Committed by GitHub
Browse files

Merge pull request #229 from GuilhermeGz/master

Atualização de reenvio de convite
parents 47c5b8ea 50a45942
......@@ -895,7 +895,7 @@ class AdministradorController extends Controller
$subject = "Convite para avaliar projetos da UFAPE - Reenvio";
Mail::to($user->email)
->send(new EmailParaUsuarioNaoCadastrado($user->name, ' ', 'Avaliador-Cadastrado', $evento->nome, '', $subject, $evento->tipo));
->send(new EmailParaUsuarioNaoCadastrado($user->name, ' ', 'Avaliador-Cadastrado', $evento->nome, '', $subject, $evento->tipo, $evento->natureza_id, $evento->formAvaliacaoExerno));
return redirect()->back();
......
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