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

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