diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 235fad98e..23ae1a1c6 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -401,12 +401,12 @@ "source": { "type": "git", "url": "https://github.com/zoujingli/ThinkLibrary.git", - "reference": "7f20352fb92f249f64f9299cfdb9eda386adca86" + "reference": "1881f6a468e2c1e4eff5f18f4aa7aafd2752c196" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/7f20352fb92f249f64f9299cfdb9eda386adca86", - "reference": "7f20352fb92f249f64f9299cfdb9eda386adca86", + "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/1881f6a468e2c1e4eff5f18f4aa7aafd2752c196", + "reference": "1881f6a468e2c1e4eff5f18f4aa7aafd2752c196", "shasum": "", "mirrors": [ { @@ -426,7 +426,7 @@ "qiniu/php-sdk": "^7.2", "topthink/framework": "5.1.*" }, - "time": "2019-11-28T03:18:19+00:00", + "time": "2019-11-28T06:50:47+00:00", "type": "library", "installation-source": "dist", "autoload": { diff --git a/vendor/zoujingli/think-library/src/service/NodeService.php b/vendor/zoujingli/think-library/src/service/NodeService.php index 3e9d97e67..31c6f6d0f 100644 --- a/vendor/zoujingli/think-library/src/service/NodeService.php +++ b/vendor/zoujingli/think-library/src/service/NodeService.php @@ -79,7 +79,7 @@ class NodeService extends Service static $data = []; if (empty($force)) { if (count($data) > 0) return $data; - $data = $this->app->cache->get('system_auth_node', []); + $data = (array)$this->app->cache->get('system_auth_node'); if (count($data) > 0) return $data; } else { $data = [];