feat(website-type): add footer logo support in WebsiteType model, controller, and resource; update seeder and tests

This commit is contained in:
2026-07-31 14:16:58 -03:00
parent f603a82b5e
commit dd76d5d951
11 changed files with 111 additions and 28 deletions

View File

@@ -17,7 +17,7 @@ class BootstrapAdminAppController extends Controller
return BootstrapAdminAppResource::make(
WebsiteType::query()
->with('siteLogo')
->with(['siteLogo', 'footerLogo'])
->where('dominio', $domain)
->firstOrFail()
);