Skip to content

Commit 842d707

Browse files
lrljoegithub-actions[bot]
authored andcommitted
Fix styling
1 parent bac7432 commit 842d707

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Views/Columns/Traits/HasDataTableComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ public function getComponent(): ?DataTableComponent
1919
{
2020
return $this->component;
2121
}
22-
}
22+
}

src/Views/Columns/Traits/Helpers/ColumnHelpers.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
trait ColumnHelpers
1212
{
13-
1413
public function hasFrom(): bool
1514
{
1615
return $this->from !== null;

0 commit comments

Comments
 (0)