From 86e62fec676905ed2fa8b570c5e6616dee5e71cd Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 17 Oct 2025 17:26:45 +0200 Subject: [PATCH] wait #7808 @0.5 --- .../Operations/FluidbookPublication/Services/PumaOperation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Admin/Operations/FluidbookPublication/Services/PumaOperation.php b/app/Http/Controllers/Admin/Operations/FluidbookPublication/Services/PumaOperation.php index edd59343e..dada8119c 100644 --- a/app/Http/Controllers/Admin/Operations/FluidbookPublication/Services/PumaOperation.php +++ b/app/Http/Controllers/Admin/Operations/FluidbookPublication/Services/PumaOperation.php @@ -33,7 +33,7 @@ trait PumaOperation return response()->download($tmp, $filename . '.pdf')->deleteFileAfterSend(true); } - $bottomStrings = ['shorts', 'pants', 'tights', 'leggings', 'skirts']; + $bottomStrings = ['shorts', 'pants', 'tights', 'leggings', 'skirts', 'socks']; $references = explode(',', $references); /** @var FluidbookPublication $book */ -- 2.39.5