fix tests
This commit is contained in:
@@ -12,7 +12,7 @@ class ReimbursementRecipientResource extends JsonResource
|
||||
$id = (int) ($this->resource['id'] ?? 0);
|
||||
$first = $this->resource['firstname'] ?? '';
|
||||
$last = $this->resource['lastname'] ?? '';
|
||||
$name = trim($first . ' ' . $last);
|
||||
$name = trim($first.' '.$last);
|
||||
|
||||
return [
|
||||
'id' => $id,
|
||||
|
||||
Reference in New Issue
Block a user