Search update and optimization

This commit is contained in:
2023-11-23 23:35:19 -03:00
parent bf03e85975
commit e1ef31dccd
10 changed files with 232 additions and 36 deletions

View File

@ -66,7 +66,7 @@ class Venta extends Ideal\Model
public function proyecto(): Proyecto
{
return $this->propiedad()->departamentos()[0]->proyectoTipoUnidad->proyecto;
return $this->propiedad()->proyecto();
}
protected float $valor_util;