Unverified Commit c70e279a authored by Yuri Resende's avatar Yuri Resende Committed by GitHub
Browse files

Merge pull request #6 from yuriresendematias/main

Colocando a lista de professores em ordem alfabetica
Showing with 1 addition and 0 deletions
+1 -0
......@@ -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'));
......
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