El planifibot anda!
This commit is contained in:
parent
f2a4dfc2f9
commit
d1a6f12b8a
|
@ -26,7 +26,7 @@ class Evento extends Model
|
||||||
"inicioLindo" => Utils::parseHora($b), "finLindo" => Utils::parseHora($c),
|
"inicioLindo" => Utils::parseHora($b), "finLindo" => Utils::parseHora($c),
|
||||||
"duracionLinda" => Utils::parseHora($d)];
|
"duracionLinda" => Utils::parseHora($d)];
|
||||||
}
|
}
|
||||||
usort($marzullos, array("Evento", "cmp_cant_marzullo"));
|
usort($marzullos, array($this, "cmp_cant_marzullo"));
|
||||||
return array_slice($marzullos, 0, 3);
|
return array_slice($marzullos, 0, 3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
<p>
|
<p>
|
||||||
Hasta ahora estos son los mejores horarios para "{{ $evento->nombre }}":
|
Hasta ahora estos son los mejores horarios para "{{ $evento->nombre }}":
|
||||||
</p>
|
</p>
|
||||||
@each('view.marzullo', $marzullos, 'marzullo')
|
@each('marzullo', $marzullos, 'marzullo')
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue