fix tests
This commit is contained in:
@@ -51,7 +51,7 @@ class CommunicationFamilyService
|
||||
}
|
||||
|
||||
$names = array_map(static function ($row) {
|
||||
return trim(($row['firstname'] ?? '') . ' ' . ($row['lastname'] ?? ''));
|
||||
return trim(($row['firstname'] ?? '').' '.($row['lastname'] ?? ''));
|
||||
}, $rows);
|
||||
|
||||
return implode(' & ', $names);
|
||||
|
||||
Reference in New Issue
Block a user