songxingwei 3 년 전
부모
커밋
e306739852
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      vendor/zoujingli/think-library/src/service/NodeService.php

+ 1 - 1
vendor/zoujingli/think-library/src/service/NodeService.php

@@ -76,7 +76,7 @@ class NodeService extends Service
      */
     public function getMethods($force = false)
     {
-        $this->app->cache->clear();
+        //$this->app->cache->clear();
         static $data = [];
         if (empty($force)) {
             if (count($data) > 0) return $data;