@@ -11,7 +11,6 @@ |
||
11 | 11 | namespace DirkGroenen\Pinterest\Endpoints; |
12 | 12 | |
13 | 13 | use DirkGroenen\Pinterest\Models\Board; |
14 | -use DirkGroenen\Pinterest\Models\Collection; |
|
15 | 14 | |
16 | 15 | class Boards extends Endpoint { |
17 | 16 |
@@ -11,7 +11,6 @@ |
||
11 | 11 | namespace DirkGroenen\Pinterest\Transport; |
12 | 12 | |
13 | 13 | use DirkGroenen\Pinterest\Utils\CurlBuilder; |
14 | -use DirkGroenen\Pinterest\Exceptions\PinterestException; |
|
15 | 14 | |
16 | 15 | class Response { |
17 | 16 |
@@ -10,8 +10,6 @@ |
||
10 | 10 | |
11 | 11 | namespace DirkGroenen\Pinterest\Utils; |
12 | 12 | |
13 | -use DirkGroenen\Pinterest\Exceptions\PinterestException; |
|
14 | - |
|
15 | 13 | class CurlBuilder { |
16 | 14 | |
17 | 15 | /** |
@@ -11,7 +11,6 @@ |
||
11 | 11 | namespace DirkGroenen\Pinterest\Transport; |
12 | 12 | |
13 | 13 | use DirkGroenen\Pinterest\Utils\CurlBuilder; |
14 | -use DirkGroenen\Pinterest\Exceptions\PinterestException; |
|
15 | 14 | |
16 | 15 | class Response { |
17 | 16 |