mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
记录日志的时候 支持 样式别名
This commit is contained in:
@@ -269,7 +269,7 @@ class Slog
|
||||
self::$logs[] = [
|
||||
'type' => $type,
|
||||
'msg' => $msg,
|
||||
'css' => $css,
|
||||
'css' => isset(self::$css[$css]) ? self::$css[$css] : $css,
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user