From 3c25f31d608b283a0d6c8082f368c13ea86a306e Mon Sep 17 00:00:00 2001 From: Florent Morselli Date: Sat, 10 Feb 2024 12:13:15 +0100 Subject: [PATCH] Fix image and font fallbacks --- src/Dto/Workbox.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Dto/Workbox.php b/src/Dto/Workbox.php index 0308428..945f8b8 100644 --- a/src/Dto/Workbox.php +++ b/src/Dto/Workbox.php @@ -34,10 +34,10 @@ final class Workbox public null|Url $pageFallback = null; #[SerializedName('image_fallback')] - public null|Url $imageFallback = null; + public null|Asset $imageFallback = null; #[SerializedName('font_fallback')] - public null|Url $fontFallback = null; + public null|Asset $fontFallback = null; /** * @var array