add test batches
This commit is contained in:
@@ -31,7 +31,7 @@ class AssignmentDataLoaderService
|
||||
->get()
|
||||
->map(function ($row) {
|
||||
$row->teacher_full_name = trim(
|
||||
((string) optional($row->teacher)->firstname).' '.
|
||||
((string) optional($row->teacher)->firstname) . ' ' .
|
||||
((string) optional($row->teacher)->lastname)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user