Commit e5f4a2fc authored by carlvercosaa's avatar carlvercosaa
Browse files

dd avaliador trabalho removido

parent 2023baa1
Pipeline #26 failed with stages
in 0 seconds
......@@ -91,7 +91,6 @@ class AvaliadorController extends Controller
if ($evento->tipoAvaliacao == 'campos' || $evento->tipoAvaliacao == 'link') {
$trabalhos = $aval->trabalhos->where('evento_id', $request->evento_id);
dd($aval->trabalhos);
} else {
foreach ($aval->trabalhos->where('evento_id',$evento->id) as $trab){
......
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