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
afa12af2
"app/vscode:/vscode.git/clone" did not exist on "fe9bcfdaf50fcf91c7b56c8f0f95bbb3c5928627"
Commit
afa12af2
authored
Aug 19, 2022
by
Guilherme Silva
Browse files
Ajuste em acesso de avaliador
parent
c5c3d244
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/HomeController.php
View file @
afa12af2
...
...
@@ -46,7 +46,6 @@ class HomeController extends Controller
}
else
if
(
Auth
::
user
()
->
avaliadors
!=
null
)
{
$flagAvalRelatorio
=
count
(
AvaliacaoRelatorio
::
where
(
'user_id'
,
Auth
::
user
()
->
id
)
->
get
());
dd
(
$flagAvalRelatorio
);
return
view
(
'avaliador.index'
,
compact
(
'flagAvalRelatorio'
));
}
else
if
(
Auth
::
user
()
->
participantes
!=
null
)
{
...
...
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