]> _ Git - fluidbook-toolbox.git/commitdiff
wait #7808 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 17 Oct 2025 15:26:45 +0000 (17:26 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 17 Oct 2025 15:26:45 +0000 (17:26 +0200)
app/Http/Controllers/Admin/Operations/FluidbookPublication/Services/PumaOperation.php

index edd59343e2f2bf872eee403e19624cc4b0c0a085..dada8119ca991ffcf6f2a72c1819ad0221eea4bb 100644 (file)
@@ -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 */