Skip to content

Commit 12b39cc

Browse files
lrljoegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 961d2f1 commit 12b39cc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/Traits/Filters/Helpers/FilterMenuHelpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function isFilterLayoutSlideDown(): bool
3636
{
3737
return $this->getFilterLayout() === 'slide-down';
3838
}
39-
39+
4040
public function showFilterLayoutSlideDown(): bool
4141
{
4242
return $this->filtersAreEnabled() &&

src/Traits/Styling/HasSecondaryHeaderStyling.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@ trait HasSecondaryHeaderStyling
1111

1212
protected ?Closure $secondaryHeaderTdAttributesCallback;
1313

14-
1514
public function hasSecondaryHeaderTrAttributes(): bool
1615
{
1716
return isset($this->secondaryHeaderTrAttributesCallback);
1817
}
1918

20-
2119
/**
2220
* @param mixed $rows
2321
* @return array<mixed>

0 commit comments

Comments
 (0)