diff --git a/composer.lock b/composer.lock index 3b8cc36d3..175ee68a3 100644 --- a/composer.lock +++ b/composer.lock @@ -909,12 +909,12 @@ "source": { "type": "git", "url": "https://github.com/zoujingli/ThinkLibrary.git", - "reference": "b9e3024d655552b3d6836c8d415f042d85504a8c" + "reference": "61019c358186f555dc95656e91cecdfe45a79166" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/b9e3024d655552b3d6836c8d415f042d85504a8c", - "reference": "b9e3024d655552b3d6836c8d415f042d85504a8c", + "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/61019c358186f555dc95656e91cecdfe45a79166", + "reference": "61019c358186f555dc95656e91cecdfe45a79166", "shasum": "", "mirrors": [ { @@ -958,7 +958,7 @@ ], "description": "ThinkPHP v6.0 Development Library", "homepage": "http://framework.thinkadmin.top", - "time": "2020-04-10T02:34:55+00:00" + "time": "2020-04-10T02:46:12+00:00" }, { "name": "zoujingli/wechat-developer", diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 016501c5d..019cd5328 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -935,12 +935,12 @@ "source": { "type": "git", "url": "https://github.com/zoujingli/ThinkLibrary.git", - "reference": "b9e3024d655552b3d6836c8d415f042d85504a8c" + "reference": "61019c358186f555dc95656e91cecdfe45a79166" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/b9e3024d655552b3d6836c8d415f042d85504a8c", - "reference": "b9e3024d655552b3d6836c8d415f042d85504a8c", + "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/61019c358186f555dc95656e91cecdfe45a79166", + "reference": "61019c358186f555dc95656e91cecdfe45a79166", "shasum": "", "mirrors": [ { @@ -956,7 +956,7 @@ "ext-json": "*", "topthink/framework": "^6.0" }, - "time": "2020-04-10T02:34:55+00:00", + "time": "2020-04-10T02:46:12+00:00", "type": "library", "extra": { "think": { diff --git a/vendor/services.php b/vendor/services.php index c651c0809..0889a0321 100644 --- a/vendor/services.php +++ b/vendor/services.php @@ -1,5 +1,5 @@ <?php -// This file is automatically generated at:2020-04-10 10:41:39 +// This file is automatically generated at:2020-04-10 10:48:45 declare (strict_types = 1); return array ( 0 => 'think\\app\\Service', diff --git a/vendor/zoujingli/think-library/src/command/database/Optimize.php b/vendor/zoujingli/think-library/src/command/database/Optimize.php index 681f13b45..0444860ee 100644 --- a/vendor/zoujingli/think-library/src/command/database/Optimize.php +++ b/vendor/zoujingli/think-library/src/command/database/Optimize.php @@ -28,7 +28,7 @@ class Optimize extends Command { protected function configure() { - $this->setName('xadmin:optimize'); + $this->setName('xadmin:dbOptimize'); $this->setDescription("Attempt to optimize all data tables"); } diff --git a/vendor/zoujingli/think-library/src/command/database/Repair.php b/vendor/zoujingli/think-library/src/command/database/Repair.php index 322a3e6e3..4535ce408 100644 --- a/vendor/zoujingli/think-library/src/command/database/Repair.php +++ b/vendor/zoujingli/think-library/src/command/database/Repair.php @@ -28,7 +28,7 @@ class Repair extends Command { protected function configure() { - $this->setName('xadmin:repair'); + $this->setName('xadmin:dbRepair'); $this->setDescription("Attempt to repair all data tables"); }