feat: optimize category and product resource queries with eager loading and response formatting improvements
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user