fix tests
This commit is contained in:
@@ -23,9 +23,9 @@ class ClassProgressGroupCollection extends ResourceCollection
|
||||
continue;
|
||||
}
|
||||
|
||||
$key = $sectionId . '|' . $weekStart;
|
||||
$key = $sectionId.'|'.$weekStart;
|
||||
|
||||
if (!isset($groups[$key])) {
|
||||
if (! isset($groups[$key])) {
|
||||
$groups[$key] = [
|
||||
'week_start' => $weekStart,
|
||||
'week_end' => $report->week_end?->format('Y-m-d'),
|
||||
|
||||
Reference in New Issue
Block a user