@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Njasm\Soundcloud\Resource\ResourceInterface; |
| 6 | 6 | use Njasm\Soundcloud\UrlBuilder\UrlBuilderInterface; |
| 7 | - |
|
| 8 | 7 | use Njasm\Soundcloud\Soundcloud; |
| 9 | 8 | use Psr\Container\ContainerInterface; |
| 10 | 9 | |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | use Njasm\Soundcloud\Auth\AuthInterface; |
| 7 | 7 | use Njasm\Soundcloud\Request\Request; |
| 8 | 8 | use Njasm\Soundcloud\Request\RequestInterface; |
| 9 | - |
|
| 10 | 9 | use Njasm\Container\Container; |
| 11 | 10 | use Njasm\Soundcloud\Request\Response; |
| 12 | 11 | use Njasm\Soundcloud\Request\ResponseInterface; |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Njasm\Soundcloud; |
| 4 | 4 | |
| 5 | 5 | use Njasm\Soundcloud\Resource\ResourceInterface; |
| 6 | - |
|
| 7 | 6 | use Njasm\Soundcloud\UrlBuilder\UrlBuilderInterface; |
| 8 | 7 | |
| 9 | 8 | /** |