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
d42a6b32
"resources/views/vscode:/vscode.git/clone" did not exist on "a8eb019e37a788a3e6c5140bca86851b18a41d20"
Commit
d42a6b32
authored
Jun 11, 2022
by
Guilherme Silva
Browse files
Ajuste na passagem de parâmetro no reenvio de convite de avaliador
parent
bafdac95
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/AdministradorController.php
View file @
d42a6b32
...
...
@@ -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