Skip to content

Commit ba772d6

Browse files
authored
Update Str.php
1 parent c76e4b6 commit ba772d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Str.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ protected static function languageSpecificCharsArray($language)
752752
['ä', 'ö', 'ü', 'Ä', 'Ö', 'Ü'],
753753
['ae', 'oe', 'ue', 'AE', 'OE', 'UE'],
754754
],
755-
'he' = [
755+
'he' => [
756756
['א','ב','ג','ד','ה','ו'],
757757
['ז','ח','ט','י','כ','ל'],
758758
['מ','נ','ס','ע','פ','צ'],

0 commit comments

Comments
 (0)