feat: optimize category and product resource queries with eager loading and response formatting improvements

This commit is contained in:
2026-06-29 14:35:20 -03:00
parent 59ed592787
commit b05a574610
4 changed files with 16 additions and 10 deletions

View File

@@ -17,7 +17,6 @@ class AttributeResource extends JsonResource
{
return [
'id' => $this->id,
'tenant_codigo' => $this->tenant_codigo,
'codigo' => $this->codigo,
'nombre' => $this->nombre,
'is_required' => $this->is_required,