feat: implement BankAccount management with CRUD operations and routes for tenant selection

This commit is contained in:
2026-07-03 13:58:21 -03:00
parent c1b7b12fe1
commit 0d4c6a4492
13 changed files with 120 additions and 77 deletions

View File

@@ -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,
];
}
}