From bd31b6485e943ff8f9234d333c9dfb1a20a1223a Mon Sep 17 00:00:00 2001 From: ale Date: Wed, 14 Aug 2024 20:46:01 -0300 Subject: [PATCH] Agregue un enter --- app/Models/Librilladora.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/Librilladora.php b/app/Models/Librilladora.php index d42900a..d3335f0 100644 --- a/app/Models/Librilladora.php +++ b/app/Models/Librilladora.php @@ -42,6 +42,7 @@ class Librilladora extends Model { } // MERGEAR LAS DIVISIONES + $fileNames = array(); for ($i = 0; $i < $cantBooklets; $i++) array_push($fileNames, 'uploads/librillo-'.$i."-".$fileName);