Skip to content

Commit 3456c72

Browse files
committed
Remove a useless constructor
1 parent bb82acc commit 3456c72

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Bridge/Doctrine/Orm/Filter/ExistsFilter.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@
1515

1616
use ApiPlatform\Core\Bridge\Doctrine\Orm\Util\QueryNameGeneratorInterface;
1717
use ApiPlatform\Core\Exception\InvalidArgumentException;
18-
use Doctrine\Common\Persistence\ManagerRegistry;
1918
use Doctrine\ORM\Mapping\ClassMetadataInfo;
2019
use Doctrine\ORM\QueryBuilder;
21-
use Psr\Log\LoggerInterface;
22-
use Symfony\Component\HttpFoundation\RequestStack;
2320

2421
/**
2522
* Filters the collection by whether a property value exists or not.
@@ -37,11 +34,6 @@ class ExistsFilter extends AbstractFilter
3734
{
3835
const QUERY_PARAMETER_KEY = 'exists';
3936

40-
public function __construct(ManagerRegistry $managerRegistry, RequestStack $requestStack, LoggerInterface $logger = null, array $properties = null)
41-
{
42-
parent::__construct($managerRegistry, $requestStack, $logger, $properties);
43-
}
44-
4537
/**
4638
* {@inheritdoc}
4739
*/

0 commit comments

Comments
 (0)