@@ -5,10 +5,10 @@ |
||
5 | 5 | use Doctrine\Common\Collections\ArrayCollection; |
6 | 6 | use MovingImage\Client\VMPro\Collection\ChannelCollection; |
7 | 7 | use MovingImage\Client\VMPro\Collection\VideoCollection; |
8 | +use MovingImage\Client\VMPro\Entity\Attachment; |
|
8 | 9 | use MovingImage\Client\VMPro\Entity\Channel; |
9 | 10 | use MovingImage\Client\VMPro\Entity\EmbedCode; |
10 | 11 | use MovingImage\Client\VMPro\Entity\Video; |
11 | -use MovingImage\Client\VMPro\Entity\Attachment; |
|
12 | 12 | use MovingImage\Client\VMPro\Entity\VideoRequestParameters; |
13 | 13 | use MovingImage\Client\VMPro\Entity\VideosRequestParameters; |
14 | 14 | use MovingImage\Client\VMPro\Interfaces\ApiClientInterface; |
@@ -3,8 +3,8 @@ |
||
3 | 3 | namespace MovingImage\Client\VMPro\Entity; |
4 | 4 | |
5 | 5 | use Doctrine\Common\Collections\ArrayCollection; |
6 | -use JMS\Serializer\Annotation\Type; |
|
7 | 6 | use JMS\Serializer\Annotation\SerializedName; |
7 | +use JMS\Serializer\Annotation\Type; |
|
8 | 8 | |
9 | 9 | /** |
10 | 10 | * Class Channel. |