mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 07:02:47 +08:00
notic修正
This commit is contained in:
@@ -94,7 +94,7 @@ class Socket
|
||||
];
|
||||
|
||||
foreach ($logs as &$log) {
|
||||
if (in_array($log['type'], ['sql', 'notic', 'debug', 'info'])) {
|
||||
if (in_array($log['type'], ['sql', 'notice', 'debug', 'info'])) {
|
||||
$log['type'] = 'log';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user