From: Vincent Vanwaelscappel Date: Fri, 17 Oct 2025 15:26:45 +0000 (+0200) Subject: wait #7808 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=86e62fec676905ed2fa8b570c5e6616dee5e71cd;p=fluidbook-toolbox.git wait #7808 @0.5 --- 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 */