Skip to content

Commit be6ac83

Browse files
committed
fix resolver dependency
1 parent 2701db7 commit be6ac83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class Cache
55
{
66
public static $prefix='mintyphp';
7-
public static $servers='localhost';
7+
public static $servers='127.0.0.1';
88
public static $compressTreshold=20000;
99
public static $compressSavings=0.2;
1010

0 commit comments

Comments
 (0)