Skip to content

Commit 165cf61

Browse files
authored
Merge pull request #376 from MedicOneSystems/analysis-QMRVyw
Apply fixes from StyleCI
2 parents 5a60a95 + 2696ff2 commit 165cf61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Livewire/LivewireDatatable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ protected function resolveColumnName($column, $additional = null)
395395
$aggregate = Str::after(($additional ?: $column->name), ':');
396396

397397
if (! method_exists($this->query->getModel(), $relations[0])) {
398-
return ($additional ?: $column->name);
398+
return $additional ?: $column->name;
399399
}
400400

401401
$columnName = array_pop($relations);

0 commit comments

Comments
 (0)