fixes
This commit is contained in:
parent
34f05df288
commit
7a32986cf0
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ class ClientTransformer extends EntityTransformer
|
|||
'id_number' => $client->id_number ?: '',
|
||||
'updated_at' => $client->updated_at,
|
||||
'deleted_at' => $client->deleted_at,
|
||||
'display_name' => $client->present()->name()
|
||||
];
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue