Grabar UF y capacidad de obtener hoy.

This commit is contained in:
Juan Pablo Vial
2025-05-05 16:45:00 -04:00
parent 972e57b6f1
commit 7d04b406ab
3 changed files with 8 additions and 5 deletions

View File

@ -76,7 +76,6 @@ class UF
$uf = $this->get($date);
return $input * (($from === 'uf') ? $uf : 1/$uf);
}
protected array $redisUFs;
public function getRedisUFs(): array
{