Skip to content

Commit afc8936

Browse files
committed
Fix failing test
1 parent 0052e6e commit afc8936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GeoIP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class GeoIP
3535
*
3636
* @var array
3737
*/
38-
protected $currencies = [];
38+
protected $currencies = null;
3939

4040
/**
4141
* GeoIP service instance.

0 commit comments

Comments
 (0)