Skip to content

Commit

Permalink
Move namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometee committed Jun 8, 2024
1 parent 99ea5aa commit 56f9ad6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/Builder/OdooApiClientBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
use FluxSE\OdooApiClient\Api\OdooApiRequestMaker;
use FluxSE\OdooApiClient\Api\OdooApiRequestMakerInterface;
use FluxSE\OdooApiClient\Api\RequestBody;
use FluxSE\OdooApiClient\HttPlug\Factory\OdooHttpClientFactory;
use FluxSE\OdooApiClient\HttPlug\Factory\OdooHttpClientFactoryInterface;
use FluxSE\OdooApiClient\HttpClient\Factory\OdooHttpClientFactory;
use FluxSE\OdooApiClient\HttpClient\Factory\OdooHttpClientFactoryInterface;
use FluxSE\OdooApiClient\Operations\CommonOperations;
use FluxSE\OdooApiClient\Operations\CommonOperationsInterface;
use FluxSE\OdooApiClient\Operations\DbOperations;
Expand Down
2 changes: 1 addition & 1 deletion src/Builder/OdooApiClientBuilderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

use FluxSE\OdooApiClient\Api\Factory\RequestBodyFactoryInterface;
use FluxSE\OdooApiClient\Api\OdooApiRequestMakerInterface;
use FluxSE\OdooApiClient\HttPlug\Factory\OdooHttpClientFactoryInterface;
use FluxSE\OdooApiClient\HttpClient\Factory\OdooHttpClientFactoryInterface;
use FluxSE\OdooApiClient\Operations\CommonOperationsInterface;
use FluxSE\OdooApiClient\Operations\DbOperationsInterface;
use FluxSE\OdooApiClient\Operations\Object\ExecuteKw\OperationsInterface as ExecuteKwOperationsInterface;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

declare(strict_types=1);

namespace FluxSE\OdooApiClient\HttPlug\Factory;
namespace FluxSE\OdooApiClient\HttpClient\Factory;

use FluxSE\OdooApiClient\HttPlug\Plugin\OdooApiErrorPlugin;
use FluxSE\OdooApiClient\HttpClient\Plugin\OdooApiErrorPlugin;
use FluxSE\OdooApiClient\Serializer\RpcSerializerHelperInterface;
use Http\Client\Common\Plugin;
use Http\Client\Common\Plugin\ContentTypePlugin;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace FluxSE\OdooApiClient\HttPlug\Factory;
namespace FluxSE\OdooApiClient\HttpClient\Factory;

use FluxSE\OdooApiClient\Serializer\RpcSerializerHelperInterface;
use Http\Client\Common\Plugin;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace FluxSE\OdooApiClient\HttPlug\Plugin;
namespace FluxSE\OdooApiClient\HttpClient\Plugin;

use FluxSE\OdooApiClient\Api\Fault;
use FluxSE\OdooApiClient\Api\FaultInterface;
Expand Down

0 comments on commit 56f9ad6

Please sign in to comment.