Skip to content

Commit

Permalink
Apply style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pxlrbt authored and github-actions[bot] committed Aug 12, 2024
1 parent bda4289 commit 6b1808d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exports/Concerns/WithColumns.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ protected function createFieldMappingFromTable(): Collection
if ($livewire instanceof HasTable) {
$columns = collect($livewire->getTable()->getColumns());
} else {
$table = $this->getResourceClass()::table(new Table());
$table = $this->getResourceClass()::table(new Table);
$columns = collect($table->getColumns());
}

Expand Down

0 comments on commit 6b1808d

Please sign in to comment.