Skip to content

Commit 0b7161e

Browse files
author
Mikolaj Misiurewicz
committed
fix(search): typo bugfix after release 2.0.0
1 parent 6426f14 commit 0b7161e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Query/ResolvedSelectQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ public function getFacets(): array
234234
{
235235
$facets = $this->selectQuery->getFacets();
236236

237-
return $facets ?? $this->searchContext->getDefaultFacets();
237+
return $facets ?: $this->searchContext->getDefaultFacets();
238238
}
239239

240240
/**

0 commit comments

Comments
 (0)