@@ -3,9 +3,6 @@ |
||
| 3 | 3 | namespace WrapIt\Helpers; |
| 4 | 4 | |
| 5 | 5 | use WrapIt\WrapIt; |
| 6 | -use WrapIt\Exceptions\WrapItParameterException; |
|
| 7 | -use WrapIt\Exceptions\WrapItResponseException; |
|
| 8 | -use WrapIt\Http\WrapItApiRequester; |
|
| 9 | 6 | use WrapIt\Helpers\Helper; |
| 10 | 7 | |
| 11 | 8 | /** |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use WrapIt\WrapIt; |
| 6 | 6 | use WrapIt\Exceptions\WrapItParameterException; |
| 7 | 7 | use WrapIt\Exceptions\WrapItResponseException; |
| 8 | -use WrapIt\Http\WrapItApiRequester; |
|
| 9 | 8 | use WrapIt\Helpers\Helper; |
| 10 | 9 | |
| 11 | 10 | /** |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use WrapIt\WrapIt; |
| 6 | 6 | use WrapIt\Exceptions\WrapItParameterException; |
| 7 | -use WrapIt\Http\WrapItApiRequester; |
|
| 8 | 7 | use WrapIt\Http\WrapItPushRequester; |
| 9 | 8 | use WrapIt\Helpers\Helper; |
| 10 | 9 | |