mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 07:02:47 +08:00
修正命名空间、版权注释
This commit is contained in:
@@ -11,11 +11,10 @@
|
||||
|
||||
/**
|
||||
* Ini配置测试
|
||||
*
|
||||
* @author 7IN0SAN9 <me@7in0.me>
|
||||
*/
|
||||
|
||||
namespace think\config\driver;
|
||||
namespace tests\thinkphp\library\think\config\driver;
|
||||
|
||||
use think\config;
|
||||
|
||||
|
||||
@@ -11,11 +11,10 @@
|
||||
|
||||
/**
|
||||
* Xml配置测试
|
||||
*
|
||||
* @author 7IN0SAN9 <me@7in0.me>
|
||||
*/
|
||||
|
||||
namespace think\config\driver;
|
||||
namespace tests\thinkphp\library\think\config\driver;
|
||||
|
||||
use think\config;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user