From: Vincent Vanwaelscappel Date: Tue, 13 May 2025 09:12:28 +0000 (+0200) Subject: wait #7513 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f9c986b1ab94dd33c24126fe835cb0c950e1d7fb;p=fluidbook-toolbox.git wait #7513 --- diff --git a/app/Http/Controllers/Admin/Operations/FluidbookPublication/Services/PumaOperation.php b/app/Http/Controllers/Admin/Operations/FluidbookPublication/Services/PumaOperation.php index 76a4fc260..e277142ba 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']; + $bottomStrings = ['shorts', 'pants', 'tights', 'leggings']; $references = explode(',', $references); /** @var FluidbookPublication $book */