@@ -14,8 +14,8 @@ |
||
| 14 | 14 | */ |
| 15 | 15 | namespace AppBundle\Entity; |
| 16 | 16 | |
| 17 | -use FOS\UserBundle\Model\Group as BaseGroup; |
|
| 18 | 17 | use Doctrine\ORM\Mapping as ORM; |
| 18 | +use FOS\UserBundle\Model\Group as BaseGroup; |
|
| 19 | 19 | |
| 20 | 20 | /** |
| 21 | 21 | * Entité Group. |
@@ -14,9 +14,9 @@ |
||
| 14 | 14 | */ |
| 15 | 15 | namespace AppBundle\Entity; |
| 16 | 16 | |
| 17 | -use Doctrine\ORM\Mapping as ORM; |
|
| 18 | -use Doctrine\Common\Collections\ArrayCollection; |
|
| 19 | 17 | use AppBundle\Entity\InventoryArticles; |
| 18 | +use Doctrine\Common\Collections\ArrayCollection; |
|
| 19 | +use Doctrine\ORM\Mapping as ORM; |
|
| 20 | 20 | |
| 21 | 21 | /** |
| 22 | 22 | * Inventory |
@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace AppBundle\Entity; |
| 4 | 4 | |
| 5 | -use Doctrine\ORM\EntityRepository; |
|
| 6 | 5 | use AppBundle\Entity\Inventory; |
| 6 | +use Doctrine\ORM\EntityRepository; |
|
| 7 | 7 | |
| 8 | 8 | /** |
| 9 | 9 | * InventoryArticlesRepository |
@@ -15,12 +15,12 @@ |
||
| 15 | 15 | */ |
| 16 | 16 | namespace AppBundle\Entity; |
| 17 | 17 | |
| 18 | +use AppBundle\Entity\Contact; |
|
| 19 | +use AppBundle\Entity\FamilyLog; |
|
| 18 | 20 | use Doctrine\ORM\Mapping as ORM; |
| 19 | -use Symfony\Component\Validator\Constraints as Assert; |
|
| 20 | 21 | use Gedmo\Mapping\Annotation as Gedmo; |
| 21 | 22 | use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity; |
| 22 | -use AppBundle\Entity\Contact; |
|
| 23 | -use AppBundle\Entity\FamilyLog; |
|
| 23 | +use Symfony\Component\Validator\Constraints as Assert; |
|
| 24 | 24 | |
| 25 | 25 | /** |
| 26 | 26 | * Supplier Entité Supplier. |
@@ -14,9 +14,9 @@ |
||
| 14 | 14 | */ |
| 15 | 15 | namespace AppBundle\Entity; |
| 16 | 16 | |
| 17 | -use FOS\UserBundle\Model\User as BaseUser; |
|
| 18 | -use Doctrine\ORM\Mapping as ORM; |
|
| 19 | 17 | use Doctrine\Common\Collections\ArrayCollection; |
| 18 | +use Doctrine\ORM\Mapping as ORM; |
|
| 19 | +use FOS\UserBundle\Model\User as BaseUser; |
|
| 20 | 20 | use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity; |
| 21 | 21 | |
| 22 | 22 | /** |