fix : 쿼리 결과에 시간 추가
This commit is contained in:
@@ -33,7 +33,7 @@ public static function debugQueryLog(): array
|
||||
}
|
||||
|
||||
// \n 제거
|
||||
$query = str_replace(["\n", "\r"], ' ', $query);
|
||||
$query = str_replace(["\n", "\r"], ' ', $query)." (time: {$log['time']})";
|
||||
return trim($query);
|
||||
})->toArray();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user