Skip to content

Commit 6b53f9d

Browse files
authored
Fix import statement for QueryNameGeneratorInterface (#2260)
1 parent badbbc1 commit 6b53f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,10 +743,10 @@ For Doctrine ORM, your filter should implement `ApiPlatform\Doctrine\Orm\Filter\
743743
namespace App\Filter;
744744
745745
use ApiPlatform\Doctrine\Orm\Filter\FilterInterface;
746+
use ApiPlatform\Doctrine\Orm\Util\QueryNameGeneratorInterface;
746747
use ApiPlatform\Metadata\Operation;
747748
use ApiPlatform\State\ParameterNotFound;
748749
use Doctrine\ORM\QueryBuilder;
749-
use Doctrine\ORM\Query\QueryNameGeneratorInterface;
750750
751751
final class RegexpFilter implements FilterInterface
752752
{

0 commit comments

Comments
 (0)