Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Nov 21, 2024
1 parent cfc1244 commit cc0a16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/Str.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public static function afterLast($subject, $search)
*/
public static function ascii($value, $language = 'en')
{
return ASCII::to_ascii((string) $value, $language, true, false, false, false);
return ASCII::to_ascii((string) $value, $language, replace_single_chars_only: false);
}

/**
Expand Down

0 comments on commit cc0a16e

Please sign in to comment.