minor fix

master
Константин 2023-12-13 13:56:14 +03:00
parent 401eeced28
commit 5ea95c78ff
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ class UserTransformer extends TransformerAbstract {
'last_name' => $model->last_name,
'initials' => $model->initials,
'email' => $model->email,
'position' => $model->position,
'phone' => $model->phone,
'created_at' => $model->created_at->toIso8601String()
];