Skip to content

Commit 64e7823

Browse files
lrljoegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 0ab92b4 commit 64e7823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/Core/QueryStrings/HasQueryStringForSearch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ trait HasQueryStringForSearch
1313

1414
protected function queryStringHasQueryStringForSearch(): array
1515
{
16-
return ($this->queryStringForSearchEnabled() && $this->searchIsEnabled()) ? [ 'search' => ['except' => null, 'history' => false, 'keep' => false, 'as' => $this->getQueryStringAliasForSearch()]] : [];
16+
return ($this->queryStringForSearchEnabled() && $this->searchIsEnabled()) ? ['search' => ['except' => null, 'history' => false, 'keep' => false, 'as' => $this->getQueryStringAliasForSearch()]] : [];
1717

1818
}
1919

0 commit comments

Comments
 (0)