fix logic and tests, update docker CI file
This commit is contained in:
@@ -50,7 +50,7 @@ class CompetitionScoresSaveService
|
||||
->where('competition_id', $competitionId)
|
||||
->where('class_section_id', $classSectionId)
|
||||
->get()
|
||||
->map(fn ($row) => (array) $row)
|
||||
->map(fn ($row) => $row->toArray())
|
||||
->all();
|
||||
|
||||
$map = [];
|
||||
|
||||
Reference in New Issue
Block a user