改进composer依赖

This commit is contained in:
thinkphp 2017-10-23 17:24:46 +08:00
parent debc818a4e
commit 23bea6de9f
2 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,7 @@
"src/config.php"
]
},
"require-dev": {
"require": {
"topthink/framework": "5.1.x-dev"
}
}

View File

@ -17,7 +17,6 @@ use think\facade\Config;
abstract class Command extends \think\console\Command
{
protected $config = 'database';
public function getAdapter()
{