@@ -2,11 +2,11 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Neta\Shopware\SDK\Query; |
| 4 | 4 | |
| 5 | +use Neta\Shopware\SDK\Exception\MethodNotAllowedException; |
|
| 5 | 6 | use Neta\Shopware\SDK\ShopwareClient; |
| 6 | 7 | use Neta\Shopware\SDK\Util\ArrayUtil; |
| 7 | 8 | use Neta\Shopware\SDK\Util\Constants; |
| 8 | 9 | use Psr\Http\Message\ResponseInterface; |
| 9 | -use Neta\Shopware\SDK\Exception\MethodNotAllowedException; |
|
| 10 | 10 | |
| 11 | 11 | /** |
| 12 | 12 | * Class Base. |