@@ -5,10 +5,8 @@ |
||
5 | 5 | use Doctrine\ORM\Mapping as ORM; |
6 | 6 | use Knp\DoctrineBehaviors\Model as ORMBehaviors; |
7 | 7 | use Symfony\Component\Validator\Constraints as Assert; |
8 | - |
|
9 | 8 | use Matks\Bundle\CustomerSupportBundle\Model\TicketInterface; |
10 | 9 | use Matks\Bundle\CustomerSupportBundle\Model\CategoryInterface; |
11 | - |
|
12 | 10 | use Doctrine\Common\Collections\ArrayCollection; |
13 | 11 | use LogicException; |
14 | 12 |
@@ -6,11 +6,9 @@ |
||
6 | 6 | use Knp\DoctrineBehaviors\Model as ORMBehaviors; |
7 | 7 | use Symfony\Component\Validator\Constraints as Assert; |
8 | 8 | use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity; |
9 | - |
|
10 | 9 | use Matks\Bundle\CustomerSupportBundle\Model\TicketInterface; |
11 | 10 | use Matks\Bundle\CustomerSupportBundle\Model\MessageInterface; |
12 | 11 | use Matks\Bundle\CustomerSupportBundle\Model\CategoryInterface; |
13 | - |
|
14 | 12 | use Doctrine\Common\Collections\ArrayCollection; |
15 | 13 | use LogicException; |
16 | 14 |