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