feat: implement tenant management system with attachment support and bootstrap controller
This commit is contained in:
@@ -24,8 +24,8 @@ class TenantResource extends JsonResource
|
||||
'secondary_color' => $this->secondary_color,
|
||||
'danger_color' => $this->danger_color,
|
||||
'header_footer_bg_color' => $this->header_footer_bg_color,
|
||||
'header_logo' => $this->header_logo,
|
||||
'footer_logo' => $this->footer_logo,
|
||||
'header_logo' => $this->headerLogo?->getTemporaryUrl(),
|
||||
'footer_logo' => $this->footerLogo?->getTemporaryUrl(),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user