fix: general_access_log에 벌점 관련 데이터 누락

This commit is contained in:
2023-07-07 10:57:52 +00:00
parent 9bf7bd0fda
commit 3ae49456b1
3 changed files with 12 additions and 2 deletions
+6
View File
@@ -27,6 +27,12 @@ class GeneralAccessLog extends \LDTO\DTO
#[RawName('refresh_total')]
public int $refreshTotal,
#[RawName('refresh_score')]
public int $refreshScore,
#[RawName('refresh_score_total')]
public int $refreshScoreTotal,
) {
}
}