xxxrrrdddd 2 년 전
부모
커밋
50fc99cac4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      application/service/AppInit.php

+ 1 - 1
application/service/AppInit.php

@@ -6,6 +6,6 @@ use think\Validate;
 
 class AppInit{
     public function run($params){
-        \PhpOffice\PhpSpreadsheet\Settings::setCache(cache_simple());
+        //\PhpOffice\PhpSpreadsheet\Settings::setCache(cache_simple());
     }
 }