fix gitlab tests
This commit is contained in:
@@ -20,7 +20,6 @@ class AssignmentSectionService
|
||||
->get()
|
||||
->mapWithKeys(function ($section) {
|
||||
$name = $section->class_section_name ?? $section->section_name ?? $section->name ?? '';
|
||||
|
||||
return [(int) $section->class_section_id => (string) $name];
|
||||
})
|
||||
->all();
|
||||
|
||||
Reference in New Issue
Block a user