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
pad-upe
Commits
8b0cb5ac
Commit
8b0cb5ac
authored
Apr 26, 2023
by
Yuri Resende
Browse files
Colocando a lista de professores em ordem alfabetica
parent
dcf0ea16
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/PadController.php
View file @
8b0cb5ac
...
...
@@ -306,6 +306,7 @@ class PadController extends Controller
$query
->
where
(
'pad.id'
,
'='
,
$id
);
})
->
select
(
'users.id'
,
'users.name'
)
->
orderBy
(
'name'
)
->
get
();
return
view
(
"pad.avaliacao.professores"
,
compact
(
'professores'
,
'pad'
,
'index_menu'
));
...
...
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