diff --git a/src/Support/Str.php b/src/Support/Str.php index a96d4a5e..ab6c7c50 100644 --- a/src/Support/Str.php +++ b/src/Support/Str.php @@ -453,7 +453,7 @@ public static function words(string $words, int $len): string if (!isset($wordParts[$i])) { break; } - + $sentence .= ' ' . $wordParts[$i]; }