|
@@ -14,9 +14,6 @@ |
|
|
block discarded – undo |
|
14
|
14
|
use ApiPlatform\Core\Metadata\Property\Factory\PropertyMetadataFactoryInterface; |
|
15
|
15
|
use ApiPlatform\Core\Metadata\Property\PropertyMetadata; |
|
16
|
16
|
use Doctrine\Common\Persistence\ManagerRegistry; |
|
17
|
|
-use Doctrine\ORM\Mapping\ClassMetadataInfo; |
|
18
|
|
-use Doctrine\DBAL\Types\Type as DBALType; |
|
19
|
|
-use Symfony\Component\PropertyInfo\Type as PropertyInfoType; |
|
20
|
17
|
|
|
21
|
18
|
/** |
|
22
|
19
|
* Use Doctrine metadata to populate the identifier property. |
Please login to merge, or discard this patch.