mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
ComposerUpdate
This commit is contained in:
parent
b6af7068ba
commit
79f23769cc
8
vendor/composer/installed.json
vendored
8
vendor/composer/installed.json
vendored
@ -502,12 +502,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": [
|
||||
{
|
||||
@ -527,7 +527,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": {
|
||||
|
@ -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 = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user