Skip to content

Commit a14da36

Browse files
authored
Allow for doctrine/persistence API
1 parent 73d1adb commit a14da36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AssociationHydrator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
namespace SyliusLabs\AssociationHydrator;
66

77
use Doctrine\Common\Collections\Collection;
8-
use Doctrine\Common\Persistence\Mapping\ClassMetadata;
98
use Doctrine\ORM\EntityManager;
9+
use Doctrine\Persistence\Mapping\ClassMetadata;
1010
use Symfony\Component\PropertyAccess\PropertyAccess;
1111
use Symfony\Component\PropertyAccess\PropertyAccessor;
1212

0 commit comments

Comments
 (0)