add tests batch 20
This commit is contained in:
@@ -30,7 +30,7 @@ class EventStudentChargeService
|
||||
foreach ($students as $student) {
|
||||
$data[] = [
|
||||
'id' => (int) ($student['id'] ?? 0),
|
||||
'name' => trim(($student['firstname'] ?? '').' '.($student['lastname'] ?? '')),
|
||||
'name' => trim(($student['firstname'] ?? '') . ' ' . ($student['lastname'] ?? '')),
|
||||
'charged' => isset($chargedMap[(int) ($student['id'] ?? 0)]),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user