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
767592d6
Commit
767592d6
authored
Sep 02, 2022
by
Antonio Durval
Browse files
Colocando o acento em ConcluÍda
parent
3c4aa46a
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/TrabalhoController.php
View file @
767592d6
...
...
@@ -1809,7 +1809,7 @@ class TrabalhoController extends Controller
}
Mail
::
to
(
$trabalho
->
proponente
->
user
->
email
)
->
send
(
new
SolicitacaoSubstituicao
(
$trabalho
->
evento
,
$trabalho
,
'resultado'
,
$substituicao
->
tipo
,
$substituicao
->
status
));
return
redirect
()
->
back
()
->
with
([
'sucesso'
=>
'Substituição conclu
i
da!'
]);
return
redirect
()
->
back
()
->
with
([
'sucesso'
=>
'Substituição conclu
í
da!'
]);
}
catch
(
\
Throwable
$th
)
{
return
redirect
()
->
back
()
->
with
([
'erro'
=>
$th
->
getMessage
()]);
}
...
...
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