Skip to content

Commit e4b5823

Browse files
Changed default cache mode to WSDL_CACHE_MEMORY
1 parent 751eb5e commit e4b5823

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mplusqapiclient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class MplusQAPIclient
7676
/**
7777
* @var
7878
*/
79-
private $cache_wsdl = WSDL_CACHE_DISK;
79+
private $cache_wsdl = WSDL_CACHE_MEMORY;
8080
/**
8181
* @var
8282
*/

0 commit comments

Comments
 (0)