From: Louis Jeckel Date: Thu, 27 Aug 2020 16:42:33 +0000 (+0200) Subject: Update PdfFile.php X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=fd5dbec277c9c7d4f2cbd6996a24dc57a61f3ed5;p=psq.git Update PdfFile.php --- diff --git a/app/PdfFile.php b/app/PdfFile.php index 0b8aaef..9422528 100644 --- a/app/PdfFile.php +++ b/app/PdfFile.php @@ -425,7 +425,7 @@ class PdfFile extends TwillModel implements Sortable $text = preg_replace('/^([A-Z]) /', '$1', $text); $result[] = [ - 'content' => trim($text), + 'content' => Str::lower(trim($text)), 'page' => $page_i, ]; }