Skip to content

Commit 7aea8e6

Browse files
bdelamatreactions-user
authored andcommitted
Fix styling
1 parent 97683e6 commit 7aea8e6

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
@@ -15,8 +15,8 @@ trait WithFilters
1515

1616
public function mountWithFilters()
1717
{
18-
foreach($this->filters() as $filter => $options){
19-
if(!isset($this->filters[$filter])){
18+
foreach ($this->filters() as $filter => $options) {
19+
if (! isset($this->filters[$filter])) {
2020
$this->filters[$filter] = null;
2121
}
2222
}

0 commit comments

Comments
 (0)