mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 07:02:47 +08:00
增加配置文件驱动接口,以便用户在遵循接口的前提下定义并使用自己的驱动,例如 YAML
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
namespace think\config\driver;
|
||||
|
||||
class Xml
|
||||
class Xml implements DriverInterface
|
||||
{
|
||||
public function parse($config)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user