Skip to content

Commit ca0bdda

Browse files
committed
revert some changes.
1 parent 93e165a commit ca0bdda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/Webkul/UI/src/DataGrid/Traits/ProvideCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ private function transformColumns($record)
318318
{
319319
foreach ($this->columns as $index => $column) {
320320
if (isset($column['closure'])) {
321-
$record->{$column['index']} = ($column['closure']($record));
321+
$record->{$column['index']} = $column['closure']($record);
322322
} else {
323323
if ($column['type'] == 'price') {
324324
if (isset($column['currencyCode'])) {

0 commit comments

Comments
 (0)