Skip to content

Commit a1a44cb

Browse files
authored
fix(elasticsearch): metadata exception
1 parent 507edba commit a1a44cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elasticsearch/Filter/AbstractSearchFilter.php

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

1414
namespace ApiPlatform\Elasticsearch\Filter;
1515

16-
use ApiPlatform\Metadata\Exception\InvalidArgumentException;
16+
use ApiPlatform\Exception\InvalidArgumentException;
1717
use ApiPlatform\Metadata\HttpOperation;
1818
use ApiPlatform\Metadata\IriConverterInterface;
1919
use ApiPlatform\Metadata\Operation;

0 commit comments

Comments
 (0)