Merge pull request #651 from EuKov/patch-1
Fixed typo in SQLFilter (use statement ClassMetadata)
This commit is contained in:
commit
9791b2eb00
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
namespace Doctrine\ORM\Query\Filter;
|
||||
|
||||
use Doctrine\ORM\EntityManager;
|
||||
use Doctrine\ORM\Mapping\ClassMetaData;
|
||||
use Doctrine\ORM\Mapping\ClassMetadata;
|
||||
use Doctrine\ORM\Query\ParameterTypeInferer;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue