From 23bea6de9fd6543487e4f82febb1347e4e4c2a57 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Mon, 23 Oct 2017 17:24:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9Bcomposer=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- src/Command.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 67a4986..31b9c2b 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "src/config.php" ] }, - "require-dev": { + "require": { "topthink/framework": "5.1.x-dev" } } diff --git a/src/Command.php b/src/Command.php index f720dfa..73313c4 100644 --- a/src/Command.php +++ b/src/Command.php @@ -17,7 +17,6 @@ use think\facade\Config; abstract class Command extends \think\console\Command { - protected $config = 'database'; public function getAdapter() {