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
e5f4a2fc
Commit
e5f4a2fc
authored
Jul 24, 2024
by
carlvercosaa
Browse files
dd avaliador trabalho removido
parent
2023baa1
Pipeline
#26
failed with stages
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
app/Http/Controllers/AvaliadorController.php
View file @
e5f4a2fc
...
@@ -91,7 +91,6 @@ class AvaliadorController extends Controller
...
@@ -91,7 +91,6 @@ class AvaliadorController extends Controller
if
(
$evento
->
tipoAvaliacao
==
'campos'
||
$evento
->
tipoAvaliacao
==
'link'
)
{
if
(
$evento
->
tipoAvaliacao
==
'campos'
||
$evento
->
tipoAvaliacao
==
'link'
)
{
$trabalhos
=
$aval
->
trabalhos
->
where
(
'evento_id'
,
$request
->
evento_id
);
$trabalhos
=
$aval
->
trabalhos
->
where
(
'evento_id'
,
$request
->
evento_id
);
dd
(
$aval
->
trabalhos
);
}
else
{
}
else
{
foreach
(
$aval
->
trabalhos
->
where
(
'evento_id'
,
$evento
->
id
)
as
$trab
){
foreach
(
$aval
->
trabalhos
->
where
(
'evento_id'
,
$evento
->
id
)
as
$trab
){
...
...
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