list 일부 수정. tfoot 안에 tr td없는거 수정
This commit is contained in:
@@ -37,12 +37,12 @@ class Personnel{
|
||||
$this->nation = $nation;
|
||||
$this->valid = true;
|
||||
|
||||
list(
|
||||
[
|
||||
$this->startYear,
|
||||
$this->year,
|
||||
$this->month,
|
||||
$this->killturn
|
||||
) = $gameStor->getValuesAsArray(['startyear', 'year', 'month', 'killturn']);
|
||||
] = $gameStor->getValuesAsArray(['startyear', 'year', 'month', 'killturn']);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user