Skip to content

Commit

Permalink
Formatting oops
Browse files Browse the repository at this point in the history
  • Loading branch information
TekExplorer committed Feb 15, 2025
1 parent 63a181f commit bf8867c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Transformers/Api/Client/UserTransformer.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public function transform(User $model): array
'last_name' => $model->name_last,
'language' => $model->language,
'created_at' => $this->formatTimestamp($user->created_at),
'updated_at' => $this->formatTimestamp($user->updated_at), ];
'updated_at' => $this->formatTimestamp($user->updated_at),
];
}
}

0 comments on commit bf8867c

Please sign in to comment.