Commit c0771624d3c2793e23b0cea46b88b8450b61fe65
1 parent
17957cce
updated
Showing
1 changed file
with
1 additions
and
1 deletions
app/controllers/RegistrarAsistencia.php
... | ... | @@ -67,7 +67,7 @@ class RegistrarAsistencia extends \BaseController { |
67 | 67 | $asistentes = GraduacionUsoTic::where('asistio','=',true) |
68 | 68 | ->orderBy('diplomas','asc') |
69 | 69 | ->orderBy('cursos','asc') |
70 | - ->orderBy('apellidos','asc') | |
70 | + ->orderBy('updated_at','asc') | |
71 | 71 | ->get(); |
72 | 72 | |
73 | 73 | return View::make('registrados') | ... | ... |