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
557b974a
Commit
557b974a
authored
May 25, 2020
by
Gabriel-31415
Browse files
bugfix
parent
576b5454
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/EventoController.php
View file @
557b974a
...
...
@@ -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
();
...
...
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