Skip to content

Commit bbe77a5

Browse files
committed
Merge branch 'feature-autodefine-filters-property' of https://github.com/DeltaSystems/laravel-livewire-tables into feature-autodefine-filters-property
2 parents ac87d61 + 7aea8e6 commit bbe77a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Traits/WithFilters.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ trait WithFilters
1717

1818
public function mountWithFilters()
1919
{
20-
foreach($this->filters() as $filter => $options){
21-
if(!isset($this->filters[$filter])){
20+
foreach ($this->filters() as $filter => $options) {
21+
if (! isset($this->filters[$filter])) {
2222
$this->filters[$filter] = null;
2323
}
2424
}

0 commit comments

Comments
 (0)