From 8d4ef5cb368328c8917a6ced457b10409f0a676e Mon Sep 17 00:00:00 2001 From: Anyon Date: Mon, 2 Dec 2019 17:04:06 +0800 Subject: [PATCH] ComposerUpdate --- composer.lock | 8 ++++---- vendor/composer/installed.json | 8 ++++---- vendor/services.php | 2 +- vendor/zoujingli/think-library/src/Helper.php | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.lock b/composer.lock index 19edfd1fd..7335e5c0c 100644 --- a/composer.lock +++ b/composer.lock @@ -783,12 +783,12 @@ "source": { "type": "git", "url": "https://github.com/zoujingli/ThinkLibrary.git", - "reference": "02651a8c227e2f8836f3aeaf4d18bb78184188f9" + "reference": "913a6ed13c84bad23c698dd404c5c16418055670" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/02651a8c227e2f8836f3aeaf4d18bb78184188f9", - "reference": "02651a8c227e2f8836f3aeaf4d18bb78184188f9", + "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/913a6ed13c84bad23c698dd404c5c16418055670", + "reference": "913a6ed13c84bad23c698dd404c5c16418055670", "shasum": "", "mirrors": [ { @@ -832,7 +832,7 @@ ], "description": "ThinkPHP v6.0 Development Library", "homepage": "http://framework.thinkadmin.top", - "time": "2019-12-02T06:12:46+00:00" + "time": "2019-12-02T08:59:43+00:00" } ], "packages-dev": [], diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index def987c39..ce06a3358 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -805,12 +805,12 @@ "source": { "type": "git", "url": "https://github.com/zoujingli/ThinkLibrary.git", - "reference": "02651a8c227e2f8836f3aeaf4d18bb78184188f9" + "reference": "913a6ed13c84bad23c698dd404c5c16418055670" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/02651a8c227e2f8836f3aeaf4d18bb78184188f9", - "reference": "02651a8c227e2f8836f3aeaf4d18bb78184188f9", + "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/913a6ed13c84bad23c698dd404c5c16418055670", + "reference": "913a6ed13c84bad23c698dd404c5c16418055670", "shasum": "", "mirrors": [ { @@ -826,7 +826,7 @@ "ext-json": "*", "topthink/framework": "^6.0" }, - "time": "2019-12-02T06:12:46+00:00", + "time": "2019-12-02T08:59:43+00:00", "type": "library", "extra": { "think": { diff --git a/vendor/services.php b/vendor/services.php index 87ff091fa..01b89ffca 100644 --- a/vendor/services.php +++ b/vendor/services.php @@ -1,5 +1,5 @@ 'think\\app\\Service', diff --git a/vendor/zoujingli/think-library/src/Helper.php b/vendor/zoujingli/think-library/src/Helper.php index c1d64afa3..b3debbad0 100644 --- a/vendor/zoujingli/think-library/src/Helper.php +++ b/vendor/zoujingli/think-library/src/Helper.php @@ -71,6 +71,6 @@ abstract class Helper */ public static function instance(): Helper { - return Container::getInstance()->make(static::class); + return Container::getInstance()->invokeClass(static::class); } } \ No newline at end of file