Skip to content

Commit 34d3785

Browse files
lrljoegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 0dd22f5 commit 34d3785

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Traits/Filters/HasFiltersCore.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ trait HasFiltersCore
99
{
1010
use FilterConfiguration,
1111
FilterHelpers;
12-
12+
1313
/**
1414
* Sets Filter Default Values
1515
*/
@@ -38,5 +38,4 @@ public function bootedHasFiltersCore(): void
3838
$this->appliedFilters[$filterKey] = $value;
3939
}
4040
}
41-
42-
}
41+
}

0 commit comments

Comments
 (0)