改进Query类的column对没有查询到数据的处理

This commit is contained in:
thinkphp
2016-05-05 17:30:29 +08:00
parent b6072ebe48
commit 28a88d9937
4 changed files with 16 additions and 37 deletions

View File

@@ -11,7 +11,7 @@
namespace think\config\driver;
class Xml implements ConfigInterface
class Xml
{
public function parse($config)
{