@@ -5,9 +5,9 @@ |
||
5 | 5 | use Bludata\Doctrine\Common\Interfaces\BaseEntityInterface; |
6 | 6 | use Bludata\Doctrine\Common\Interfaces\EntityManagerInterface; |
7 | 7 | use Bludata\Doctrine\Common\Interfaces\EntityTimestampInterface; |
8 | +use Doctrine\Common\Collections\ArrayCollection; |
|
8 | 9 | use Doctrine\ODM\MongoDB\Mapping\Annotations as ODM; |
9 | 10 | use Doctrine\ODM\MongoDB\PersistentCollection; |
10 | -use Doctrine\Common\Collections\ArrayCollection; |
|
11 | 11 | |
12 | 12 | /** |
13 | 13 | * @ODM\MappedSuperclass |