Skip to content

Commit

Permalink
Format Oneami code
Browse files Browse the repository at this point in the history
  • Loading branch information
Oneami authored and github-actions[bot] committed Oct 23, 2023
1 parent 1447176 commit dfaa691
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/Admin/Controllers/OrderController.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ protected function grid()
$comments = $model->adminComments->map(function ($comment) {
return $comment->only(['created_at', 'comment']);
});

return new Table(['Дата создания', 'Коммент'], $comments->toArray());
}) : null);

Expand Down

0 comments on commit dfaa691

Please sign in to comment.