mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 15:12:48 +08:00
增加接口类 规范驱动扩展
This commit is contained in:
@@ -13,7 +13,7 @@ namespace think\log\driver;
|
||||
/**
|
||||
* 本地化调试输出到文件
|
||||
*/
|
||||
class File
|
||||
class File implements LogInterface
|
||||
{
|
||||
protected $config = [
|
||||
'time_format' => ' c ',
|
||||
|
||||
Reference in New Issue
Block a user