Skip to content

Commit

Permalink
Update Str.php
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Sep 3, 2019
1 parent c76e4b6 commit ba772d6
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 @@ -752,7 +752,7 @@ protected static function languageSpecificCharsArray($language)
['ä', 'ö', 'ü', 'Ä', 'Ö', 'Ü'],
['ae', 'oe', 'ue', 'AE', 'OE', 'UE'],
],
'he' = [
'he' => [
['א','ב','ג','ד','ה','ו'],
['ז','ח','ט','י','כ','ל'],
['מ','נ','ס','ע','פ','צ'],
Expand Down

0 comments on commit ba772d6

Please sign in to comment.