feat(bootstrap): expose website type favicon

This commit is contained in:
2026-08-26 14:37:25 -03:00
parent ff61a3d3b8
commit bbe3cf82f5
6 changed files with 11 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ class ScannerBootstrapService
{
return [
'website_type' => WebsiteType::query()
->with(['siteLogo', 'footerLogo'])
->with(['siteLogo', 'footerLogo', 'favicon'])
->where('scanner_domain', $domain)
->firstOrFail(),
];