修复config驱动

This commit is contained in:
7IN0SAN9
2015-12-19 01:46:45 +08:00
parent e6b2c84fe9
commit 892c5eba2b
3 changed files with 2 additions and 31 deletions

View File

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