Skip to content

Commit

Permalink
Allow for doctrine/persistence API
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil authored Jan 12, 2021
1 parent 73d1adb commit a14da36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AssociationHydrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
namespace SyliusLabs\AssociationHydrator;

use Doctrine\Common\Collections\Collection;
use Doctrine\Common\Persistence\Mapping\ClassMetadata;
use Doctrine\ORM\EntityManager;
use Doctrine\Persistence\Mapping\ClassMetadata;
use Symfony\Component\PropertyAccess\PropertyAccess;
use Symfony\Component\PropertyAccess\PropertyAccessor;

Expand Down

0 comments on commit a14da36

Please sign in to comment.