El planifibot anda!

This commit is contained in:
Alejandro Tasistro 2021-10-21 13:18:36 -03:00
parent f2a4dfc2f9
commit d1a6f12b8a
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ class Evento extends Model
"inicioLindo" => Utils::parseHora($b), "finLindo" => Utils::parseHora($c),
"duracionLinda" => Utils::parseHora($d)];
}
usort($marzullos, array("Evento", "cmp_cant_marzullo"));
usort($marzullos, array($this, "cmp_cant_marzullo"));
return array_slice($marzullos, 0, 3);
}

View File

@ -57,7 +57,7 @@
<p>
Hasta ahora estos son los mejores horarios para "{{ $evento->nombre }}":
</p>
@each('view.marzullo', $marzullos, 'marzullo')
@each('marzullo', $marzullos, 'marzullo')
</div>
</div>
</div>