diff --git a/app/Helpers/Global/string_helper.php b/app/Helpers/Global/string_helper.php index eabcf4d..277b231 100644 --- a/app/Helpers/Global/string_helper.php +++ b/app/Helpers/Global/string_helper.php @@ -17,7 +17,7 @@ function str_first_sentence($str) // Return the first part of the array if available if (isset($sentences[0])) { - return trim($sentences[0]); + return trim($sentences[0]) . "."; } // If no sentence ending found, return the whole string