mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-02 21:41:36 +08:00
文件注释规范调整
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
namespace Think;
|
||||
class Log {
|
||||
|
||||
class Log {
|
||||
// 日志信息
|
||||
static protected $log = [];
|
||||
static protected $level = ['ERR','NOTIC','DEBUG','SQL','INFO'];
|
||||
|
||||
Reference in New Issue
Block a user