feat(clients): add client ownership for tenants

This commit is contained in:
2026-08-18 16:16:06 -03:00
parent a8973f6171
commit 38e87fff6c
3 changed files with 15 additions and 31 deletions

View File

@@ -20,7 +20,6 @@ class ClientResource extends JsonResource
'codigo' => $tenant->codigo,
'nombre' => $tenant->nombre,
'dominio' => $tenant->dominio,
'base_path' => $tenant->base_path,
])),
];
}