We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ccd1a commit 5002359Copy full SHA for 5002359
src/Concerns/Resources/InteractsWithTables.php
@@ -174,7 +174,6 @@ public function getResourceTableTextColumnsWithDescriptionBelow(): Collection
174
->filter(fn (TextColumn $column): bool => filled($column->getDescriptionBelow()));
175
}
176
177
-
178
public function getResourceTableSelectColumns(): Collection
179
{
180
return $this->getResourceTableColumns()
0 commit comments