|
@@ -3,10 +3,10 @@ |
|
|
block discarded – undo |
|
3
|
3
|
namespace MovingImage\Client\VMPro\ApiClient; |
|
4
|
4
|
|
|
5
|
5
|
use Doctrine\Common\Collections\ArrayCollection; |
|
|
6
|
+use MovingImage\Client\VMPro\Entity\Attachment; |
|
6
|
7
|
use MovingImage\Client\VMPro\Entity\Channel; |
|
7
|
8
|
use MovingImage\Client\VMPro\Entity\EmbedCode; |
|
8
|
9
|
use MovingImage\Client\VMPro\Entity\Video; |
|
9
|
|
-use MovingImage\Client\VMPro\Entity\Attachment; |
|
10
|
10
|
use MovingImage\Client\VMPro\Entity\VideoRequestParameters; |
|
11
|
11
|
use MovingImage\Client\VMPro\Entity\VideosRequestParameters; |
|
12
|
12
|
use MovingImage\Client\VMPro\Interfaces\ApiClientInterface; |
Please login to merge, or discard this patch.