Skip to content

Commit b263ee3

Browse files
committed
Update SpokenLanguage.php
Changed 'iso_369_1' on line 28 to 'iso_639_1'.
1 parent ab03816 commit b263ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Tmdb/Model/Common/SpokenLanguage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class SpokenLanguage extends AbstractModel implements LanguageFilter
2525
private $name;
2626

2727
public static $properties = [
28-
'iso_369_1',
28+
'iso_639_1',
2929
'name',
3030
];
3131

0 commit comments

Comments
 (0)