File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,11 @@ class CacheManager
5252 * @var array
5353 */
5454 protected static $ config = [
55- 'default_chmod ' => 0777 , // 0777 recommended
56- 'fallback ' => false , //Fall back when old driver is not support
5755 'securityKey ' => 'auto ' ,// The securityKey that will be used to create sub-directory
5856 'htaccess ' => true ,// Auto-generate .htaccess if tit is missing
57+ 'default_chmod ' => 0777 , // 0777 recommended
5958 'path ' => '' ,// if not set will be the value of sys_get_temp_dir()
59+ 'fallback ' => false , //Fall back when old driver is not support
6060 "limited_memory_each_object " => 4096 , // maximum size (bytes) of object store in memory
6161 "compress_data " => false , // compress stored data, if the backend supports it
6262 ];
You can’t perform that action at this time.
0 commit comments