From f9c986b1ab94dd33c24126fe835cb0c950e1d7fb Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 13 May 2025 11:12:28 +0200 Subject: [PATCH] wait #7513 --- .../Operations/FluidbookPublication/Services/PumaOperation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.5