Skip to content

Commit 9057b53

Browse files
authored
BUGFIX: Add missing class import
1 parent 7d2e2aa commit 9057b53

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Classes/Driver/Version5/Query/FunctionScoreQuery.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
*/
1313

1414
use Flowpack\ElasticSearch\ContentRepositoryAdaptor\Exception;
15+
use Neos\Utility\Arrays;
1516

1617
class FunctionScoreQuery extends FilteredQuery
1718
{

0 commit comments

Comments
 (0)