Skip to content

Commit cb71e6f

Browse files
authored
Apply fixes from StyleCI (MedicOneSystems#280)
Co-authored-by: Mark Salmon <marksalmon@users.noreply.github.com>
1 parent 44eee22 commit cb71e6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Http/Livewire/LivewireDatatable.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,7 @@ public function initialiseHiddenColumns()
516516
if (session()->has($this->sessionStorageKey() . $this->name . '_hidden_columns')) {
517517
$this->columns = collect($this->columns)->map(function ($column, $index) {
518518
$column['hidden'] = in_array($index, session()->get($this->sessionStorageKey() . $this->name . '_hidden_columns'));
519+
519520
return $column;
520521
})->toArray();
521522
}

0 commit comments

Comments
 (0)