feat(clients): add client ownership for tenants
This commit is contained in:
@@ -20,7 +20,6 @@ class ClientResource extends JsonResource
|
||||
'codigo' => $tenant->codigo,
|
||||
'nombre' => $tenant->nombre,
|
||||
'dominio' => $tenant->dominio,
|
||||
'base_path' => $tenant->base_path,
|
||||
])),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user