Add BootstrapTenantController and requests for tenant domain normalization; implement API route and tests
This commit is contained in:
@@ -21,9 +21,7 @@ class TenantResource extends JsonResource
|
||||
'codigo' => $this->codigo,
|
||||
'nombre' => $this->nombre,
|
||||
'dominio' => $this->dominio,
|
||||
'props' => PropValueResource::collapsedFromPropable($this->resource),
|
||||
'created_at' => $this->created_at,
|
||||
'updated_at' => $this->updated_at,
|
||||
'props' => PropValueResource::collapsedFromPropable($this->resource)
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user