]> _ Git - fluidbook-toolbox.git/commitdiff
wait #7513
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 13 May 2025 09:12:28 +0000 (11:12 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 13 May 2025 09:12:28 +0000 (11:12 +0200)
app/Http/Controllers/Admin/Operations/FluidbookPublication/Services/PumaOperation.php

index 76a4fc260ecd6e7cc7c568a7ea5954c23f7ab06d..e277142baadc0acaa3ef862ae1c6d3067e9320c2 100644 (file)
@@ -33,7 +33,7 @@ trait PumaOperation
             return response()->download($tmp, $filename . '.pdf')->deleteFileAfterSend(true);
         }
 
-        $bottomStrings = ['shorts', 'pants', 'tights'];
+        $bottomStrings = ['shorts', 'pants', 'tights', 'leggings'];
 
         $references = explode(',', $references);
         /** @var FluidbookPublication $book */