Skip to content

Commit 1d4c8d5

Browse files
committed
fix typo
1 parent fd76e15 commit 1d4c8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/CallingCodeList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class CallingCodeList
77
*/
88
public static function all()
99
{
10-
$fileName = __DIR__.'/../data/calling_codes.csv';
10+
$fileName = __DIR__.'/../data/calling_codes.json';
1111

1212
$data = file_get_contents($fileName);
1313

0 commit comments

Comments
 (0)