feat: implement BankAccount management with CRUD operations and routes for tenant selection
This commit is contained in:
@@ -29,7 +29,6 @@ class TenantResource extends JsonResource
|
||||
// 1 day
|
||||
'header_logo' => $this->headerLogo?->getTemporaryUrl(1440),
|
||||
'footer_logo' => $this->footerLogo?->getTemporaryUrl(1440 ),
|
||||
'selected_bank_account_id' => $this->selected_bank_account_id,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user