Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
2f96688e
Unverified
Commit
2f96688e
authored
Jun 11, 2022
by
GuilhermeGz
Committed by
GitHub
Jun 11, 2022
Browse files
Merge pull request #229 from GuilhermeGz/master
Atualização de reenvio de convite
parents
47c5b8ea
50a45942
Changes
1
Show whitespace changes
Inline
Side-by-side
app/Http/Controllers/AdministradorController.php
View file @
2f96688e
...
...
@@ -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
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment