mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
ComposerUpdate
This commit is contained in:
parent
1f497b713f
commit
3e8c3e4a78
1
vendor/composer/autoload_classmap.php
vendored
1
vendor/composer/autoload_classmap.php
vendored
@ -232,6 +232,7 @@ return array(
|
||||
'app\\data\\controller\\shop\\Mark' => $baseDir . '/app/data/controller/shop/Mark.php',
|
||||
'app\\data\\controller\\shop\\Order' => $baseDir . '/app/data/controller/shop/Order.php',
|
||||
'app\\data\\controller\\shop\\Send' => $baseDir . '/app/data/controller/shop/Send.php',
|
||||
'app\\data\\controller\\total\\Portal' => $baseDir . '/app/data/controller/total/Portal.php',
|
||||
'app\\data\\controller\\user\\Admin' => $baseDir . '/app/data/controller/user/Admin.php',
|
||||
'app\\data\\controller\\user\\Balance' => $baseDir . '/app/data/controller/user/Balance.php',
|
||||
'app\\data\\controller\\user\\Message' => $baseDir . '/app/data/controller/user/Message.php',
|
||||
|
1
vendor/composer/autoload_static.php
vendored
1
vendor/composer/autoload_static.php
vendored
@ -361,6 +361,7 @@ class ComposerStaticInit6dcb8a18f830adceacf76408fbd14a53
|
||||
'app\\data\\controller\\shop\\Mark' => __DIR__ . '/../..' . '/app/data/controller/shop/Mark.php',
|
||||
'app\\data\\controller\\shop\\Order' => __DIR__ . '/../..' . '/app/data/controller/shop/Order.php',
|
||||
'app\\data\\controller\\shop\\Send' => __DIR__ . '/../..' . '/app/data/controller/shop/Send.php',
|
||||
'app\\data\\controller\\total\\Portal' => __DIR__ . '/../..' . '/app/data/controller/total/Portal.php',
|
||||
'app\\data\\controller\\user\\Admin' => __DIR__ . '/../..' . '/app/data/controller/user/Admin.php',
|
||||
'app\\data\\controller\\user\\Balance' => __DIR__ . '/../..' . '/app/data/controller/user/Balance.php',
|
||||
'app\\data\\controller\\user\\Message' => __DIR__ . '/../..' . '/app/data/controller/user/Message.php',
|
||||
|
8
vendor/composer/installed.json
vendored
8
vendor/composer/installed.json
vendored
@ -834,12 +834,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/zoujingli/ThinkLibrary.git",
|
||||
"reference": "bf9ef59bb4f9a6e470c1792b229646148b9b7476"
|
||||
"reference": "c4bfb714326a86598fe14a085be4b5439f656c77"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/bf9ef59bb4f9a6e470c1792b229646148b9b7476",
|
||||
"reference": "bf9ef59bb4f9a6e470c1792b229646148b9b7476",
|
||||
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/c4bfb714326a86598fe14a085be4b5439f656c77",
|
||||
"reference": "c4bfb714326a86598fe14a085be4b5439f656c77",
|
||||
"shasum": "",
|
||||
"mirrors": [
|
||||
{
|
||||
@ -856,7 +856,7 @@
|
||||
"ext-mbstring": "*",
|
||||
"topthink/framework": "^6.0"
|
||||
},
|
||||
"time": "2021-03-27T06:55:32+00:00",
|
||||
"time": "2021-04-08T06:20:57+00:00",
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"think": {
|
||||
|
2
vendor/services.php
vendored
2
vendor/services.php
vendored
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
// This file is automatically generated at:2021-04-08 10:10:24
|
||||
// This file is automatically generated at:2021-04-08 14:28:47
|
||||
declare (strict_types = 1);
|
||||
return array (
|
||||
0 => 'think\\admin\\Library',
|
||||
|
@ -90,7 +90,7 @@ class LocalStorage extends Storage
|
||||
public function get(string $name, bool $safe = false): string
|
||||
{
|
||||
if (!$this->has($name, $safe)) return '';
|
||||
return static::curlGet($this->path($name, $safe));
|
||||
return file_get_contents($this->path($name, $safe));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user