Commit 557b974a authored by Gabriel-31415's avatar Gabriel-31415
Browse files

bugfix

parent 576b5454
......@@ -172,7 +172,7 @@ class EventoController extends Controller
{
$evento = Evento::find($id);
$proponente = Proponente::where('user_id', Auth::user()->id)->first();
if($proponente = null){
if($proponente != null){
$hasTrabalho = false;
$hasFile = false;
$trabalhos = $proponente->trabalhos()->get();
......
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