Commit 05d54690 authored by Edgarvital's avatar Edgarvital
Browse files

Correção de Issue: Busca dos projetos e coordenadores na tela de Projetos Edital PIBEX 2023

parent 1bf8ba11
......@@ -114,7 +114,7 @@ class AdministradorController extends Controller
// $participantes = User::whereIn('id', $participantesUsersIds)->get();
return view('administrador.analisar')->with([
'trabalhos' => $trabalhos->paginate(20),
'trabalhos' => $trabalhos->paginate(9999),
'evento' => $evento,
'funcaoParticipantes' => $funcaoParticipantes,
'column' => $request->column,
......
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