Mejoras en Facturacion
This commit is contained in:
@ -55,7 +55,7 @@ class Proyectos
|
||||
{
|
||||
$redisKey = "proyecto:{$proyecto_id}";
|
||||
try {
|
||||
$proyecto = $proyectoService->getById($proyectoRepository->load((array) $this->fetchRedis($redisService, $redisKey)));
|
||||
$proyecto = $proyectoService->getById($this->fetchRedis($redisService, $redisKey)->id);
|
||||
} catch (EmptyRedis) {
|
||||
$proyecto = $proyectoService->getById($proyecto_id);
|
||||
$this->saveRedis($redisService, $redisKey, $proyecto);
|
||||
|
Reference in New Issue
Block a user